I\'m making a text game written in bat, and the game has been done, (or more, a good part of it, such as the commands, and at the stage where you can play it); however, I wa
Try this:
(echo items=%items%) >> gamesave.txt (echo money=%money%) >> gamesave.txt
etc.