Hello,
I need some help regarding the way in which the Argument Expression field, in the Call Settings tab of a CallExecutable step, should be set.
Using the cmd.exe utility I can execute the following operation:
C:\Program Files (x86)\.......>Application.exe -input "Path file1...." -format s19 -output "Path file2...."
In the TestStand step I have selected the Application.exe file path.
Next I have tried to set the Argument Expression field in different ways. The last version was:
"/k -input\"E:\\Path file1....\"/k -format s19 -output\"E:\\Path file2....\""
But it does not work.
Could you advise me? Thank you, have a nice day.