I'm trying to make a .bat game and have most of the codeing already done. I looked up how to have the player save and load and it told me to save with this
@echo SET ITEMS=%ITEMS% >> savegame.cmd
So it would save on savegame.cmd but how do i Load that information from savegame.cmd back to my .bat file?