Answer» this is PART of a long-*censored* batch file tht im making: Code: [Select]:test_madness5 cls echo. start 4.vbs timeout 30 if %madness%==5 goto stopmadness goto menu and it just KEEPS on crashing on the 'if' command line... but if i have the thingy just saying goto it works... LIKE this: Code: [Select]:test_madness5 cls echo. start 4.vbs timeout 30 goto stopmadnessand it only works when madness is set to 5... otherwise it just crashes which just DOESNT make sence... or must madness must be set to anything for it to work? pls helpyes it does need to be set to anything... lol solved it myself xD
|