|
|
|
|
#1 |
|
Senior Member
|
ExecWait bug found
Hello,
I wanted to make a 'launcher' for a application. A simple one, something like this : PHP Code:
Like "program name.exe" In the same folder exists a file "program.exe" The "program.exe" is launched, not "program name.exe" ! Try it. Thanks, OJi. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
ExecWait `"program name.exe"`
Stu |
|
|
|
|
|
#3 | |
|
Senior Member
|
Quote:
Guess this is not a bug after all... |
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
If you typed program name.exe in command prompt without quotes then program.exe would be ran with name.exe as its parameter. Yes you used quotes, but only to prevent it becoming two parameters for ExecWait.
Stu |
|
|
|
|
|
#5 |
|
Senior Member
|
you are right.
my mistake. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|