I would like some help in getting this to work under XP.
I am getting ERROR_ACCESS_DENIED.
Thanks.
[attachment deleted by admin]
skywalker,
I'm running XP SP2 and I got it to work. I wasn't getting the ERROR_ACCESS_DENIED but the program didn't work. I don't have Netscape so I used Firefox instead. Try changing
ProcessNameToSearchFor BYTE "C:\PROGRAM FILES\NETSCAPE\NETSCAPE\Netscp.EXE", 0
to
ProcessNameToSearchFor BYTE "NETSCP.EXE", 0 ; Note the upper case
After changing that it worked for me. If there is nothing on the command-line it will bring up Explorer.
Thanks for the morning puzzle. :bg
Thanks. Glad it was a simple fix.