J'ai fait ça pour ceux qui sont intéressés :
;----------------------------------------------------------------------------
; FUNTECH super a'can
; MESS 0136b_i686
;
; Notes:
;
http://www.gametronik.com/site/emulation/niFSA/
;----------------------------------------------------------------------------
GUI_ID := FadeInStart()
7z1 := 7z(romPath, romName, romExtension, 7zExtractDir)
Run, %executable% supracan -cart "%romPath%%romName%%romExtension%" -skip_gameinfo -nowindow, %emuPath%, Hide
WinWait, MESS
WinWaitActive, MESS
GUI_ID2 := FadeInExit()
Process, WaitClose, %executable%
7z2 := 7zCleanUp()
GUI_ID4 := FadeOutExit()
WinActivate, Hyperspin
ExitApp
CloseProcess:
GUI_ID3 := FadeOutStart()
WinClose, MESS
Return