Quote:
Originally Posted by felice2011
OK OK .....I understood, there is an automatic way to create the file * LST, I have to do it manually, copy and paste, folder by folder?
|
semi-automatic way to create LST files ( basically just text files )
start command prompt in directory where you want the list created
type in
dir /b /s >>"x:\listing.lst"
which creates your game listing for you, which will need to be edited to get the lists you want. Change the x to whatever drive letter where you want to save the list to.