Okay in short command prompt wasa completely blocked not even command or cmd in batch files worked so i thought ill make my own as batch files actually did work and i was tired of having to re create them... don't laugh its fun... honest... and questions on the problem just comment
Problem Solved thanks to SCRIPToHELPER
your problem is obvious!
the script is basically saying
"set %varname%? set it to what???"
You need to set some data for the variable, eg: set %varname%=1, it doesnt work the way u think. ;)
AtomicNerd001 2 years ago