I'm trying to write some scripts to update a load of XP workstations
centrally - they need to run a program on a server share but I can't get
this to work:

$handle->Create("\\\\server\\share\\program.exe",\\\\server\\share);

WMI works fine for local programs, and the above command works from the
command line on the workstations. I suspect that the WMI interface can't do
UNC paths but I can't find any documentation about this. This generally
returns error "2" but I can't find any documentation for these errors either
( I have the WMI SDK etc.). Any comments appreciated.

PK

--
Dr Philip Kime
Tel/Fax: +44 (0)131 552 0732
[EMAIL PROTECTED] - http://www.kime.org.uk/PK



_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to