Help for this page

Select Code to Download


  1. or download this
    Win32::Process::Create($ProcObj,
            "$xcall_path/bin/$prog",
    ...
            $ProcObj->Kill(255);
            $rc = 0;
        }
    
  2. or download this
    my $path     = "$ENV{'MYSYSENV'}\\X-CallLogger";
        unless ($xcall_path = Win32::GetShortPathName($path)) {
    ...
    
        $xcall_path     =~s /\\/\//g;        #Substitute backslashes with 
    +frontslashes
        $prog = $ARGV[0];