Help for this page

Select Code to Download


  1. or download this
    # SCRIPT TO START NOTEPAD.EXE
    #!/usr/bin/perl -w
    
    ...
    
    > PID: 3052
    >
    
  2. or download this
    # SCRIPT TO CHECK RUNNING PROCESS
    #!/usr/bin/perl -w
    use Win32;
    ...
    sub print_error {
        print Win32::FormatMessage( Win32::GetLastError() );
    }
    
  3. or download this
    >PID: 3052
    >
    >Access is denied.
    >
    >END 
    >...exited with 259