Help for this page
$outdir = "\\machine\share\dir"; chdir($outdir) #==1 system($proc_that_runs_batch);
$outdir = "h:\dir"; chdir($outdir) #==1 system($proc_that_runs_batch);