Help for this page

Select Code to Download


  1. or download this
    #fexe.pl
    #--------
    ...
    
    Win32::MsgBox ("\n Working first exe\n");
    while(1){}
    
  2. or download this
    #sexe.pl
    #--------
    ...
    
    Win32::MsgBox ("\n Working second exe\n");
    while(1){}
    
  3. or download this
    #exeExecute.pl
    #--------------
    ...
        system(1, "$exe"); # here 1 for don't wait for next line to execut
    +e
      }
    print "over";