Y
yawnmoth
Say I have a batch script - test.cmd (or test.bat - I don't think it
matters) - with the following contents:
dir > test.txt
Why, when I run it, is the following command run?:
dir 1>test.txt
The end result is the same, but the fact that it's doing something that
it shouldn't, no matter how seemingly benign, kinda worries me...
matters) - with the following contents:
dir > test.txt
Why, when I run it, is the following command run?:
dir 1>test.txt
The end result is the same, but the fact that it's doing something that
it shouldn't, no matter how seemingly benign, kinda worries me...