Search found 3 matches

by AlphaBetaFullRelease
15 Mar 2017 17:25
Forum: DOS Batch Forum
Topic: Save/Load Help
Replies: 8
Views: 7263

Re: Save/Load Help

There is no such thing as IF ELSE ELSE in batch files. The second ELSE is part of the IF EXIST statement at the beginning of :singleplayerLogin Would help if you formatted your code for readability. You are inside a parentheses code block. Any variables initialized within that code block that need ...
by AlphaBetaFullRelease
14 Mar 2017 15:40
Forum: DOS Batch Forum
Topic: Save/Load Help
Replies: 8
Views: 7263

Re: Save/Load Help

Squashman wrote:There is no such thing as IF ELSE ELSE in batch files.

The second ELSE is part of the IF EXIST statement at the beginning of :singleplayerLogin
by AlphaBetaFullRelease
12 Mar 2017 14:01
Forum: DOS Batch Forum
Topic: Save/Load Help
Replies: 8
Views: 7263

Save/Load Help

Hello. I am working on a game that saves stats for particular accounts and loads them when an account is signed into. I have a problem, however: every time I sign in under the account 'testUser,' the game closes. The following is the code, and in red is where I suspect the error is. (It might not be...