F
fj
I need to get the command line typed to a console program. If the command was:
indigo <c:\wr52\in.txt
I would like to get back what was typed. I've tried the
Environment.CommandLine property and all I get back is the word indigo.
I need to know the details of the file redirection.
Is there anyway of getting the name of the file redirected to input?
indigo <c:\wr52\in.txt
I would like to get back what was typed. I've tried the
Environment.CommandLine property and all I get back is the word indigo.
I need to know the details of the file redirection.
Is there anyway of getting the name of the file redirected to input?