| View previous topic :: View next topic |
| Author |
Message |
zzzTAG
Joined: 22 Jun 2006 Posts: 6
|
Posted: Thu Jun 22, 2006 7:04 pm Post subject: Run command wont start sun poker |
|
|
I've searched the forums and tried to figure this one out, but I cant get it to work. Its a simple task. I'm trying to get a script to execute the launcher.exe file that starts up Sun Poker (www.sunpoker.com).
I'm using this command:
run, %A_ProgramFiles%\SunPoker.com\launcher.exe
It apparantly finds the file and executes it, but it wont start. I get 4 error messages:
Cannot read file: scripts\Poker_Sync.dsc
Cannot read file: scripts\Poker_System.dsc
Cannot read file: scripts\Poker_Sync.dsc
Cannot read file: scripts\Poker_System.dsc
I'm aware that those are identical, but they pop up two times each in that order.
Any suggestion would be appreciated.
Cheers,
Tony |
|
| Back to top |
|
 |
evl
Joined: 24 Aug 2005 Posts: 1237
|
Posted: Thu Jun 22, 2006 7:40 pm Post subject: |
|
|
| I'd guess that you need to put the path for "WorkingDir" in the run command too. |
|
| Back to top |
|
 |
zzzTAG
Joined: 22 Jun 2006 Posts: 6
|
Posted: Fri Jun 23, 2006 9:19 am Post subject: |
|
|
| cheers! that fixed it. Thanks. |
|
| Back to top |
|
 |
|