View Single Post
Old 10-01-2003, 11:20 AM   #3
kq76
Global Moderator
 
kq76's Avatar
 
Join Date: Nov 2002
Posts: 12,038
Code:
player.exe "c:\gwnbl" "c:\desktop\CSVs"
teams.exe "c:\gwnbl" "c:\desktop\CSVs"
cls
1st part:
the .exe files are the exporter files that the .bat file calls (you might also need the 3rd one that is there, but I don't use it)

2nd part ("c:\gwnbl"):
is just the location of your league's folder, the folder that has your league's .dat files, etc. It also might look something like "C:\Program Files\400 Software Studios\OOTP5\GWNBL.lg"

3rd part ("c:\desktop\CSVs"):
is just the location of the folder where you want your CSVs to be generated to.

"cls" just tells the .bat file to close on its own, instead of "pause" which is the default.
kq76 is offline