http://qs1969.pair.com?node_id=369253


in reply to Win32::OLE Remote Execution of a file on a network share.

Remember that in a network environment you probably need:

my $user="MyDomain\\Username";

Or specify MyMachine\\Username if it is a local account on the workstation. I'm assuming you're using NT or newer here, not Win 9x

HTH - Mark