Problem with Win32::InitiateSystemShutdown

2008-02-07 Thread David Evans
Hi I am having a problem with the Win32::InitiateSystemShutdown module. When I use the following code snippit: use Win32; Win32::InitiateSystemShutdown('10.10.10.10', 'log out !', 30, 1, 1) or die print $!; I get: No such file or directory1 at

RE: Problem with Win32::InitiateSystemShutdown

2008-02-07 Thread David Evans
file, would that work? OR If I were to UNC the IP with \\10.10.10.10, would that help? Cheers Dave -Original Message- From: Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: 07 February 2008 13:21 To: David Evans Cc: perl-win32-admin@listserv.ActiveState.com Subject: Re: Problem with Win32