PDA

View Full Version : To control the windows services on the remote machine


webdev
08-19-2009, 07:24 AM
Hi, I'm a newbie in Perl programming. I have to start/stop the Windows services running on the remote machine. So, I’m writing a script in Perl to accomplish this job. So far, I’ have completed the following tasks. • to access the windows services through Perl in my local machine. • Able...