Search found 1 match

by Toonminator
30 Jun 2010 07:23
Forum: DOS Batch Forum
Topic: Executing .EXE file with parameters that returns value
Replies: 1
Views: 2951

Executing .EXE file with parameters that returns value

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...