Jump to content

Recommended Posts

Posted

I have my game .lnk files setup from the .bat files I created for each of the roms.

When I go to launch inside of popper I get the error "windows can not find 'Cemu.exe'?

I have tried some different things but no luck. 

 

This is what I am using for script:

 

START "" "[STARTDIR]Launch\VPXSTARTER.exe" 2 2 10 "WiiU"

d:

cd "D:\WiiU\Cemu_2.0-39\Cemu.exe"

START "" "Cemu.exe" "[GAMEFULLNAME]"

 

If anyone has anything for me on the correct script for open and  close please let me know.

 

Thanks!

Posted

I got it working, launching as .bat file turned into a .lnk file

 

START "" "[STARTDIR]Launch\VPXSTARTER.exe" 5 1 5 "timeout"
cd /d "[DIRGAME]"
start "" "[GAMEFULLNAME]"

 

*CLOSE*

 

"[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "[CUSTOM1]" 4 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...