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