I know about placing a .bat or shortcut in the startup folder, but this needs explorer (desktop) also booted, and since i'm completly hidding desktop with instant shell, i need to create a .exe with a script starting 1 mame game.
I already tried converting a working .bat to .exe:
Code: Select all
@echo off
c:
cd Mame
mame.exe missile
Hope some-one understand what i mean, and help me out here. (I think it needs a script in AutoIt)
Cheers, PP