- or download this
mkdir c:\repos
cd c:\repos
...
cd file-edit-portable
bbdispatch -t localhost
- or download this
if ($^O =~ /MSWin/){
$log->_6("on Windows, using work dir $work_dir");
...
$bg = Proc::Background->new(@args);
}
- or download this
internal static void Exec(StrawberryPerl perl, string command, string
+path_env)
{
...
Console.WriteLine(process.StandardError.ReadToEnd());
process.WaitForExit();
}