in reply to Re^3: Launch an exe using system
in thread Launch an exe using system
Thanks of the response. I tried the following code :
my $LifeCamLoc = "C:\\Program Files (x86)\\Microsoft LifeCam"; system('start "$LifeCamLoc"'); system('start LifeCam.exe');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Launch an exe using system
by Corion (Patriarch) on Nov 14, 2011 at 11:34 UTC | |
|
Re^5: Launch an exe using system
by GrandFather (Saint) on Nov 14, 2011 at 19:53 UTC |