Help for this page

Select Code to Download


  1. or download this
    system("cmd.exe /c check.bat > C:\\$file1 2>&1");
    
  2. or download this
    # Check this is the correct path to cmd.exe on your system
    system("C:\\WINDOWS\\system32\\cmd.exe /c check.bat > C:\\$file1 2>&1"
    +);