I have this for wild west shootout and it works great, took me forever to make it, because I know very little about ahk and batch files. Can you please help me convert this over to virtua cop 3 using cxbx. Need it to do all the same stuff except I dont care about that x button part and i need to add in that it needs to go full screen. Can you help me out? Ive tried to convert this over many many times and Im obviously doing it wrong.
CowPath = C:\non rom games\wild west shootout\CowBoy.exe
Run RunAs /trustlevel:0x20000 "%CowPath%"
run C:\DemulShooter_v10.9.0\DemulShooter.exe -target=coastal -rom=wws
sleep, 10000
Send !1
X:: ;EXIT BUTTON
Esc::
send !1
Process,Close,CowBoy.exe
Run,taskkill /im "CowBoy.exe" /F
ExitApp
return
#IfWinActive