HOME › Forums › Sierra History › Game Archive › Reply To: Game Archive
February 11, 2004 at 3:17 am
#20625
Participant
(re: re: Game Archive)
Brandon, I do much the same as you do, but for convenience I made the following batch file:
@echo off
dir %1/-p /o:gn> “%temp%\directory.txt
notepad “%temp%\directory.txt”
I named it “Print Directory.bat” and dropped it in my “SendTo” folder. Now when I need to generate a file list, all I have to do is right click on the floppy drive -> Send To -> Print Directory.bat and automatically get my text file.