Help for this page

Select Code to Download


  1. or download this
    $outdir = "\\machine\share\dir";
    chdir($outdir)  #==1
    system($proc_that_runs_batch);
    
  2. or download this
    $outdir = "h:\dir";
    chdir($outdir) #==1
    system($proc_that_runs_batch);