By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!What's happening here?
Code:v:\test8> echo foobar > filename[11111111].dat v:\test8> dir /b filename v:\test8> type filename foobar [11111111].dat
> I never knew you could put redirection **anywhere** in the command line.