Help for this page

Select Code to Download


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