In an XP script to launch a program, we would do:
"C:\Program Files\Parametric\bin\parametric.exe"
and the program would launch and the window would close.
In Win7, the window stays open unless we do this:
start "Program" "C:\Program Files\Parametric\bin\parametric.exe"
What has changed in Win7 that requires the start command and the "Program" naming?
"C:\Program Files\Parametric\bin\parametric.exe"
and the program would launch and the window would close.
In Win7, the window stays open unless we do this:
start "Program" "C:\Program Files\Parametric\bin\parametric.exe"
What has changed in Win7 that requires the start command and the "Program" naming?