Search found 6 matches
- 09 May 2014 07:06
- Forum: DOS Batch Forum
- Topic: Program crashing after input
- Replies: 12
- Views: 3615
Re: Program crashing after input
The syntax of the command is incorrect
- 09 May 2014 05:20
- Forum: DOS Batch Forum
- Topic: Program crashing after input
- Replies: 12
- Views: 3615
Re: Program crashing after input
It now crashes when it is the CPU's turn 

- 09 May 2014 03:54
- Forum: DOS Batch Forum
- Topic: Program crashing after input
- Replies: 12
- Views: 3615
Re: Program crashing after input
By that do you mean extra spaces at the end of the code? Because that is intentional (unless that's the cause of the crashing in which case I'll just have to find another way around it)
- 09 May 2014 03:32
- Forum: DOS Batch Forum
- Topic: Program crashing after input
- Replies: 12
- Views: 3615
Re: Program crashing after input
After the country has been inputted, it pops up with ='USA' not expected
- 09 May 2014 02:10
- Forum: DOS Batch Forum
- Topic: Program crashing after input
- Replies: 12
- Views: 3615
Re: Program crashing after input
It still doesn't work, the game still crashes 

- 08 May 2014 11:54
- Forum: DOS Batch Forum
- Topic: Program crashing after input
- Replies: 12
- Views: 3615
Program crashing after input
My program keeps crashing once I enter which country I want to be, but it only happens sometimes, does anyone know what's wrong with it? @echo off color 0f title TOTAL WAR!!! setlocal call :Echo.Color.Init goto main :Echo.Color %1=Color %2=Str [%3=/n] setlocal enableDelayedExpansion set "str=%~...