Author Topic: launch xpadder at the same time as retrofe  (Read 1791 times)

lankou91

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
launch xpadder at the same time as retrofe
« on: August 10, 2018, 09:38:00 AM »
252/5000
Hello

is it possible you can launch Xpadder or Joytokey at the same time as reftrofe

because with xpadder or joytokey solve a lot of problems with some emulator I tried several things

but I can not do it ahk file example

Code: [Select]
Process, Exist, retrofe.exe
if ErrorLevel
{
Process, close, retrofe.exe
}
Run retrofe.exe D:\RetroBox\core\retrofe.exe

Process, Exist, explorer.exe
while ErrorLevel
{
Process, Close, explorer.exe
Process, Exist, explorer.exe
}

return

not work anymore I noticed that if I do not run retrofe REtroFE.lnk the relative path does not work.

sorry for my english mes I translate with google