S
somequestion
there are some dos command < or >
it can use like this
if there is a batch file as sample.bat
sample.bat < parameter
sample.bat parameter > result .
i just wanna use this when i use Process.Start() method.
but < is not recongnise a parameter .
how can i do?
it can use like this
if there is a batch file as sample.bat
sample.bat < parameter
sample.bat parameter > result .
i just wanna use this when i use Process.Start() method.
but < is not recongnise a parameter .
how can i do?