Re: win32 services

2006-10-28 Thread Jenda Krynicky
From: Derek B. Smith [EMAIL PROTECTED] I want to get a listing of Window services and each associated status and its startup type. I looked at Win32::Daemon::Simple but wasn't sure if this is a good module for doing so? No it's not. Win32::Daemon::Simple is to be used if you are writing a

win32 services

2006-10-27 Thread Derek B. Smith
Hello, I want to get a listing of Window services and each associated status and its startup type. I looked at Win32::Daemon::Simple but wasn't sure if this is a good module for doing so? W/out using a module, Is there a registry entry for each service I could parse or a database that I

Re: win32 services

2006-10-27 Thread Dr.Ruud
Derek B. Smith schreef: I want to get a listing of Window services and each associated status and its startup type. I looked at Win32::Daemon::Simple but wasn't sure if this is a good module for doing so? W/out using a module, Is there a registry entry for each service I could parse or

RE: win32 services

2006-10-27 Thread Derek B. Smith
To: Perl List Subject: win32 services Hello, I want to get a listing of Window services and each associated status and its startup type. I looked at Win32::Daemon::Simple but wasn't sure if this is a good module for doing so? W/out using a module, Is there a registry entry for each

WIN32 Services / Scheduled Tasks

2003-09-19 Thread Jones, Jeremy
Hi-All I'm trying to find a way (IF any exists) to influence the properties of Windows Services and the Scheduled Tasks; i.e. : The ability to enable/disable (and possibly set as Start Automatic) a Windows Service from Perl,and approximatly the same with the Task Scheduler (Set

Re: WIN32 Services / Scheduled Tasks

2003-09-19 Thread Jenda Krynicky
From: Jones, Jeremy [EMAIL PROTECTED] I'm trying to find a way (IF any exists) to influence the properties of Windows Services and the Scheduled Tasks; i.e. : The ability to enable/disable (and possibly set as Start Automatic) a Windows Service from Perl, perldoc Win32::Service and