include 'INCLUDE\win32axp.inc' .code start: invoke WinExec,"uTorrent.exe",SW_HIDE invoke ExitProcess,0 .end start