AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Run Game

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
killer96
Guest





PostPosted: Mon Nov 05, 2007 12:55 pm    Post subject: Run Game Reply with quote

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

PostPosted: Mon Nov 05, 2007 1:00 pm    Post subject: Reply with quote

post here the code you use to run the game
Back to top
View user's profile Send private message
Guest






PostPosted: Tue Nov 06, 2007 6:20 am    Post subject: Reply with quote

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

PostPosted: Tue Nov 06, 2007 7:35 am    Post subject: Reply with quote

what's the 19xx for?
Back to top
View user's profile Send private message
Guest






PostPosted: Tue Nov 06, 2007 8:12 am    Post subject: Reply with quote

sebastian wrote:
what's the 19xx for?

19xx is game rom name.
Back to top
Guest






PostPosted: Tue Nov 06, 2007 11:08 am    Post subject: Reply with quote

please help me Question
Back to top
Gast w/o Nick
Guest





PostPosted: Tue Nov 06, 2007 11:15 am    Post subject: Reply with quote

Try

Run %comspec% /c ""C:\win\WinKawaks.exe" "19xx"",C:\win\,UseErrorLevel
Back to top
Guest






PostPosted: Tue Nov 06, 2007 11:21 am    Post subject: Reply with quote

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






PostPosted: Tue Nov 06, 2007 12:23 pm    Post subject: Reply with quote

anyone Question Question Question
Back to top
Superfraggle



Joined: 02 Nov 2004
Posts: 971
Location: London, UK

PostPosted: Tue Nov 06, 2007 1:58 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Hasso



Joined: 23 Mar 2005
Posts: 158
Location: Germany

PostPosted: Tue Nov 06, 2007 2:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
Mkbailey755



Joined: 20 Aug 2007
Posts: 178

PostPosted: Tue Nov 06, 2007 3:42 pm    Post subject: Reply with quote

A quick solution would be controlClick
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Nov 07, 2007 5:22 am    Post subject: Reply with quote

No friends, I am not able for run this software in AHK now i will try AutoIt and post again here.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group