[ report this test ]
Windows Batch Knowledge Test
This is a test that will test your knowledge of batch files.
What file extensions do batch files use?
.bat and .cmd .batch .ballbat
How do you print text?
print echo write say
What does color do?
Changes the color of the command prompt text Changes the title bar color
What does @echo off do?
Disables printing text. Disables command prompts.
What's REG?
I don't know? Is that some sick dog name? A command-line based version of REGEDIT that can add and delete values from the registry. HOW AM I SUPPOSED TO KNOW THIS??
What goes GOTO do?
Go to my head???? Goes to a section of the batch file that is labeled. GOTO? What name is that?
What does taskkill do?
Ends the process if you add /im processname.exe to it. Kills the officer's task?? Kills the task???
What does whoami do?
Sees who am i? Shows the current user privileges.
What does xcopy do?
Replaces the file with another version of the file that the user specified Copy my Ex?
What does takeown do?
Take the food's ownership? Takes ownership of the specified file
[ edit test ]