12-14-2010 06:29 PM
Hello all,
I am trying to use Call Executable to do what I would normally do in CMD like this:
C:\My Document\My_Prog.exe "C:\My Document\file1.tch" "C:\My Document\file2.tch"
The two argument locations are stored in a locals.filename1 and locals.filename2.
I don't know how to make sure that the arguments are sent in that exact format with the quotation marks.
Thanks,
Chase
12-14-2010 08:50 PM
If the local variables do not contain quotes in them, the argument expression would be:
"\"" + Locals.filename1 + "\" \"" + Locals.filename2 + "\""