Are you wanting to run %Program Files%\AutoTest\test.exe from the command line?
For a test, you can drag your package to the command line, add a space, -exec cmd, and enter the command and parameters in the virtualized Command Prompt that opens. The command to open the virtualized Command Prompt might look like this: Autotest.cameyo.exe -exec cmd
hello mule, thanks i want to run %Program Files%\AutoTest\test.exe from the command line test.exe is a Windows console application i try with -exec but ...
info =================================== launch Original application: 1. open a command line 2. input : test.exe
==================================== after virtue(Name:AutoTest.cameyo.exe) Setting :: Startup: %Program Files%\AutoTest\test.exe
1. open a command line 2. input: AutoTest.cameyo.exe it opens a new command line and launch test.exe then close the new command window
==================================== test in a command line 1 : input: AutoTest.cameyo.exe -exec cmd result: it only open a new command window
2: input: AutoTest.cameyo.exe -exec cmd AutoTest.exe runtest result : it only open a new command window
3: input: AutoTest.cameyo.exe -exec test.exe result : it opened a new command line and running test.exe then auto-close the new command window
4: input: AutoTest.cameyo.exe -exec cmd "%Program Files%\AutoTest\test.exe" result : it only open a new command window
5: input: 1.AutoTest.cameyo.exe -exec cmd 2. at the new open command line - input: test.exe result : it can not find this command
6: 1.AutoTest.cameyo.exe -exec cmd 2. at the new open command line - input: "%Program Files%\AutoTest\test.exe" result : it can not find the path
-- Edited by wwjackli on Wednesday 28th of May 2014 08:27:19 PM
Please repeat your test 6 from your previous message, quoted below, but eliminate the space between Program and Files, i.e. enter "%ProgramFiles%\AutoTest\test.exe" in the virtualized command line.
wwjackli wrote:...
6: 1.AutoTest.cameyo.exe -exec cmd 2. at the new open command line - input: "%Program Files%\AutoTest\test.exe" result : it can not find the path