Help for this page

Select Code to Download


  1. or download this
    system ( "start Example.bat 30" ); # 30 is the time in seconds to slee
    +p
    print "Finished";
    
  2. or download this
    timeout /t %1
    :setError
    Exit /B 5