Reply To: Game Archive

HOME Forums Sierra History Game Archive Reply To: Game Archive

#20625
Unknown,Unknown
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.