View Single Post
  #6  
Old November 5th 17, 08:19 AM posted to microsoft.public.win98.gen_discussion
R.Wieser
External Usenet User
 
Posts: 111
Default Is there a way to turn a folder's filenames into a text file?

John,

If you leave out the "C:\\", will it create ADIR.TXT in the directory
whose files it lists?


If it doesn't, try this:

/C DIR %1 /a /o:gne%1\..\ADIR.TXT"


(thats a slash, two dots and a slash)

Regards,
Rudy Wieser