It's getting there... Thanks for the help.
but for some reason, it isn't pulling the title. Writing these values will be necessary

code:
break on
$filedir="\\server\drives$$\Listening\Singles"
$fso = createobject("Scripting.FileSystemObject")
$cd = $fso.getfolder("$filedir")
$folder= $cd.Files

$shell = createobject("shell.application")
$foldir = $shell.namespace("$filedir").items

for each $file in $folder
; ? $file.name+" "+ $file.type

$fparse = $foldir.item($file.name)
? $fparse.extendedproperty("Name")+" "
$fparse.extendedproperty("Title")+" "
$fparse.extendedproperty("Artist")+" "
$fparse.extendedproperty("Album")+" "
next
$shell.quit
$fso.quit



[ 28 May 2002, 15:52: Message edited by: Radimus ]
_________________________
How to ask questions the smart way <-----------> Before you ask