Batch Files Continued Part 2
Loading...
38,392
Loading...
Uploader Comments (jimmyrcom)
Top Comments
-
At 6:09 he said cowculator instead of calculator XD
-
cowculator lol
see all
All Comments (156)
-
Great help, clearly stated.
-
i made some helpfull stuff with this code ty :D
-
awesome
-
You dont really need to add the ' in the %var% or after the ==
-
@JokucFromBFME If you dont like to read try the program "Read Please" its pretty handy.
-
@jam900x pretty simple stuff ur doin there. (noob, cough, cough)
-
@ThExR3V0LVER lisping huh
-
@GenieInAFantaBottle that should do it
-
@GenieInAFantaBottle @echo off cls
set /p var=Type something in:
IF '%var%' == '1' GOTO calc
:calc
C:\Windows\System32\calc.exe
cls
set /p var2=type something in:
IF '%var2%' == '2' GOTO note
:note
C:\Windows\System32\notepad.ex
e
Loading...
Awsome video man, 5 stars :D
Kinkybqy13 you could use the "sleep" command
but sleep.exe does not come with windows XP.
BartXZX 3 years ago 2
you could enable hibernation and use shutdown /h. Not quite the same but blah.
jimmyrcom 3 years ago