system('start "" "C:\\program files\\my application\\kaboom.exe" /foo /bar'); #### system(1,'C:\\program files\\my application\\kaboom.exe','/foo','/bar'); # ^-- the 1 is the special case for Windows