
I also used this question (check the first answer) to get the load INI script. Here's an example of the savegame INI file: set randomDirIndex=%random%dirindexĭir /b savegames\>%temp%\%randomDirIndex%įor /f "delims=." %%a in (%temp%\%randomDirIndex%) do ( This however does not allow users to put periods in the savegame names. The "." delimiter is so that it will not show the. This is how I went about loading a list of savegames in. You use INI files for the savegames, and load them with a dir command.


Here's one that I am actually working on currently.
