Command line arg monitor

2004-01-22 Thread Sturdevant-Contractor, Robert W
Hi all, I would like to develop a win32 service that intercepts certain command line args from the call/chain function of 16-bit DOS app something like this. My16BitApp ServiceName Arg1 Arg2 Much the same as system or exec but instead of executing a program called ServiceName, I'd like to wake

Re: Command line arg monitor

2004-01-22 Thread Trevor Joerges
; #~~~ - Original Message - From: Sturdevant-Contractor, Robert W [EMAIL PROTECTED] To: perl-win32-users [EMAIL PROTECTED] Sent: Thursday, January 22, 2004 2:38 PM Subject: Command line arg monitor Hi all, I would like to develop a win32 service