View Single Post
  #14  
Old 24-09-2014, 21:12
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by felice2011 View Post
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.
Reply With Quote