Help for this page

Select Code to Download


  1. or download this
    @rem test.bat
    @exit 1
    
  2. or download this
    #!perl
    print "The result is: ", system('test.bat'), "\n";