![]() |
|
|||||||
| View Poll Results: Choose wisely | |||
| Pozzed |
|
8 | 25.00% |
| Pwned |
|
24 | 75.00% |
| Voters: 32. You may not vote on this poll | |||
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] I'm trying out handsome's script, and I'm trying to create a batch file to launch both scripts, PS and PO. PS and PO seem to launch, but it hangs on the ahk scripts. IE - they run but the cmd prompt is still waiting some kind of feedback to move on to the next line of the script. "C:\poker\handsome\Stars autoreg, msgbox, lobby.ahk" "C:\poker\handsome\functions.ahk" "C:\Program Files\PokerOffice\PokerOffice.exe" "C:\Program Files\PokerStars\PokerStarsUpdate.exe" I know in Unix there's some command to get the process to run in the background. Anything like that in DOS? [/ QUOTE ] If you use "start /low <command>" then it starts apps in low priority (similar to "nice -n 19 <command>" in Unix). Juk [img]/images/graemlins/smile.gif[/img] [/ QUOTE ] I tried start earlier. All this seems to do is open 4 DOS windows with empty prompts and nothing starts. start /low "C:\poker\handsome\Stars autoreg, msgbox, lobby.ahk" start /low "C:\poker\handsome\functions.ahk" start /low "C:\Program Files\PokerOffice\PokerOffice.exe" start /low "C:\Program Files\PokerStars\PokerStarsUpdate.exe" |
|
|