Summary: hello out there, is there a command that will execute a command when a specific word/phrase is typed? eg. when you type chicken, it will "goto a" ...
Summary: Hi I recently made a batch file which displays certain information for certain people only when they type in their codename. (which only they know)...
Summary: i tried using iexpress to turn a batch file to exe. i used this code in that batch file: @echo off cls :loop set /p test= _____________ if /i "%test...
Summary: Hi, I recently got a used computer and hooked it up to a keyboard, mouse and monitor. When I turned the computer on, it made a beeping sound and the m...
Summary: hi, i made a calculator in a batch file using this code: @echo off title My Calculator cls :a echo. set /p math=Whatchoo gonna calculate? set /a mat...