Thankyou Dave, that is exactly what I was after. :) Looking forward to getting your book.
Cheers! Stuart. > -----Original Message----- > From: Dave Roth [mailto:[EMAIL PROTECTED]] > > You need to pass in a reference to a hash into > Win32::Daemon::CreateService(). To specify "interact with > desktop" set the 'service_type' key's value to > SERVICE_WIN32_OWN_PROCESS | SERVICE_INTERACTIVE_PROCESS. This > is the default value if you don't specify any value for this > key. Mind you desktop interaction will only work if the logon > account is 'LocalSystem' (again the default account). You may > need to add a call to Win32::Daemon::ShowService() to > actually display the service's console on the desktop. > _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
