Search found 6 matches

by Bulleyeaccuracy
11 Jul 2012 21:05
Forum: DOS Batch Forum
Topic: Help!!!
Replies: 14
Views: 11387

Re: Help!!!

i have recoded the program to get rid of the else statment and it still does not work (if you bothered to read the histroy you would have seen that ). So it has nothing to do with the if statment!! I don't see any of your posts saying anything to that affect. If you could show me which one it is I ...
by Bulleyeaccuracy
11 Jul 2012 01:00
Forum: DOS Batch Forum
Topic: Help!!!
Replies: 14
Views: 11387

Re: Help!!!

if you mean for me to do this... if %minecraftsaver%==all goto minecraftall (else goto minecraftbackup1) How did you come up with that after I showed you the help file which explained how to use IF ELSE and Fawers gave you the correct syntax for using an IF ELSE with your code. sorry i have not pos...
by Bulleyeaccuracy
06 Jul 2012 20:55
Forum: DOS Batch Forum
Topic: Help!!!
Replies: 14
Views: 11387

Re: Help!!!

if you mean for me to do this... if %minecraftsaver%==all goto minecraftall (else goto minecraftbackup1) it does not work (well it works, but gives me the same problem). and i have tried putting it in 2 lines and it does also not work. besides, if that was my problem when would it work on the words ...
by Bulleyeaccuracy
06 Jul 2012 18:33
Forum: DOS Batch Forum
Topic: Help!!!
Replies: 14
Views: 11387

Re: Help!!!

i guess i could say i am ok at batch coding, but i have no idea what you ment by giving me the help for the if command.
by Bulleyeaccuracy
06 Jul 2012 11:16
Forum: DOS Batch Forum
Topic: Help!!!
Replies: 14
Views: 11387

Re: Help!!!

:minecraftmainmenu @echo off title Minecraft World Saver color 0A cls dir C:\Users\Michael\AppData\Roaming\.minecraft\saves /b echo Please type in the name of the world which you would like to back up echo or type "all" to back up all set /p minecraftsaver=World name: if %minecraftsaver%=...
by Bulleyeaccuracy
06 Jul 2012 10:47
Forum: DOS Batch Forum
Topic: Help!!!
Replies: 14
Views: 11387

Help!!!

ok so i am making this program that backs up minecraft saved levels, there is more to it and it is really time consuming to make. Anyway, on the main menu screen it asks you to type in the name of your world and it works fine, but if your world has a space in it then the program just closes. I know ...