Quote:
Originally Posted by Phthon
I feel strange running a batch file without know exactly what it does. I have no problem doing things manually.
|
A batch file is just a text file that contains commands from the command processors allowable set, entered using correct syntax. You can look at it and see what it does. It is human-readable.
(Well, I guess a batch file doesn't technically have to contain allowable commands or even be syntactically correct - but then, it wouldn't work.)