|
-
February 8th, 2011, 11:08 AM
#1
I/O redirecting in windows shell
Hi,
I want to redirect a file to my application. in this file are my command line arguments.
I want to do something like this:
"dir < arguments.txt"
content of my arguments.txt is in this example just "/D"
in my opinion executing the command "dir < arguments.txt" should be equal to "dir /D"
but it's not. why?
thanks
juergen
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|