Executing .EXE file with parameters that returns value
Posted: 30 Jun 2010 07:23
Hello,
I have a simple Exe file that i would like to call 'random.exe', the path of this exe file is C:\random.exe
this is the batch file i have created so far
C:\random.exe "John" "Peter" "Marco" "Philip"
what i am missing is that the exe file returns a value and that value is one of the parameters that i have sent to my exe file
can someone help me finish my batch file
Thank you in advance
Toon!
I have a simple Exe file that i would like to call 'random.exe', the path of this exe file is C:\random.exe
this is the batch file i have created so far
C:\random.exe "John" "Peter" "Marco" "Philip"
what i am missing is that the exe file returns a value and that value is one of the parameters that i have sent to my exe file
can someone help me finish my batch file
Thank you in advance
Toon!