Search found 3 matches

by HISCORECODES
16 Apr 2016 15:11
Forum: DOS Batch Forum
Topic: Errors with code in a Simple Game
Replies: 6
Views: 4506

Re: Simple Game

foxidrive wrote:
HISCORECODES wrote:set /pchoice1=


The first error is a space missing here.



Thanks. Also, when I try to save it, I have to save it in Unicode to use my ASCII characters. When I try to open a Unicode batch file, it doesn't work. :/
by HISCORECODES
03 Apr 2016 13:18
Forum: DOS Batch Forum
Topic: Errors with code in a Simple Game
Replies: 6
Views: 4506

Re: Simple Game

Okay, so I changed my approach. The problem? My game won't even open. @echo off title MOLE! goto mainmenu :mainmenu cls color 0a echo MM MM OOO L EEEEE !!!! echo M M M M O O L E !!!! echo M M M M O O L EEEE !!!! echo M M M O O L E !! echo M M O O L E echo M M OOO LLLL EEEEE !! echo. echo. echo Would...
by HISCORECODES
25 Mar 2016 14:08
Forum: DOS Batch Forum
Topic: Errors with code in a Simple Game
Replies: 6
Views: 4506

Errors with code in a Simple Game

Hey, guys. I'm new to DOS and am trying to program a simple game. I'm trying to get it to where when I press a key, "0" will move without me having to press enter. Here's my code: 1y1 color 70 cls echo ================+====== echo ======================= echo ======================= echo =...