| View previous topic :: View next topic |
| Author |
Message |
killer96 Guest
|
Posted: Mon Nov 05, 2007 12:55 pm Post subject: Run Game |
|
|
I have a Game Emulator known as WinKawaks when I run this application with a parameter from AHK it is running but not loading game. But when I run this application from Run Box with same command it is running perfectly
Anybody can help me for run this software with AHK
Sorry for bad English
Thanks. |
|
| Back to top |
|
 |
kidmar
Joined: 04 Oct 2007 Posts: 30
|
Posted: Mon Nov 05, 2007 1:00 pm Post subject: |
|
|
| post here the code you use to run the game |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 06, 2007 6:20 am Post subject: |
|
|
| kidmar wrote: | | post here the code you use to run the game |
| Code: | | run, C:\win\WinKawaks.exe 19xx, C:\win\, UseErrorLevel |
|
|
| Back to top |
|
 |
sebastian
Joined: 06 Nov 2007 Posts: 13 Location: Sydney
|
Posted: Tue Nov 06, 2007 7:35 am Post subject: |
|
|
| what's the 19xx for? |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 06, 2007 8:12 am Post subject: |
|
|
| sebastian wrote: | | what's the 19xx for? |
19xx is game rom name. |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 06, 2007 11:08 am Post subject: |
|
|
please help me  |
|
| Back to top |
|
 |
Gast w/o Nick Guest
|
Posted: Tue Nov 06, 2007 11:15 am Post subject: |
|
|
Try
Run %comspec% /c ""C:\win\WinKawaks.exe" "19xx"",C:\win\,UseErrorLevel |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 06, 2007 11:21 am Post subject: |
|
|
| Gast w/o Nick wrote: | Try
Run %comspec% /c ""C:\win\WinKawaks.exe" "19xx"",C:\win\,UseErrorLevel |
thanks for idea
but this is also not working it is running winkawaks but not loading game. |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 06, 2007 12:23 pm Post subject: |
|
|
anyone  |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 971 Location: London, UK
|
Posted: Tue Nov 06, 2007 1:58 pm Post subject: |
|
|
I assume you've tried
| Code: | | run, "C:\win\WinKawaks.exe 19xx", C:\win\, UseErrorLevel |
_________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
Hasso
Joined: 23 Mar 2005 Posts: 158 Location: Germany
|
Posted: Tue Nov 06, 2007 2:57 pm Post subject: |
|
|
Try
| Code: | | Run %comspec% /c "C:\win\WinKawaks.exe 19xx",C:\win\,UseErrorLevel |
instead. _________________ Hasso
Programmers don't die, they GOSUB without RETURN |
|
| Back to top |
|
 |
Mkbailey755
Joined: 20 Aug 2007 Posts: 178
|
Posted: Tue Nov 06, 2007 3:42 pm Post subject: |
|
|
| A quick solution would be controlClick |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 07, 2007 5:22 am Post subject: |
|
|
| No friends, I am not able for run this software in AHK now i will try AutoIt and post again here. |
|
| Back to top |
|
 |
|