Help for this page

Select Code to Download


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