Search found 1 match
- 21 Apr 2016 16:50
- Forum: DOS Batch Forum
- Topic: Confusion with batch file
- Replies: 1
- Views: 2074
Confusion with batch file
So recently I started learning Batch-file, and today I decided to try and make a game with it. I have a few errors, and can't figure out what is wrong with the code. Heres the code: @echo off title Batch Rpg color 07 echo Welcome to Batch Rpg! echo. echo. pause :menu cls echo. echo -Menu- echo. echo...