Peter Hartmann schrieb:
> Has anyone used psexec to install windows scripting host on win2k?
> I'm trying this:
> 
> psexec \\box -u Administrator \\server\scripten.exe /q
> 
> It's just hanging...

\\server\scripten.exe is certainly invalid, I assume you just omitted 
the share in this post.

Are you privileged enough to access \\server\share\?

Try what happens when you do:

psexec \\box -u Administrator C:\scripten.exe /q

just to rule out the possibility it's a silly permission problem...


-- 
Tomasz Chmielewski
http://wpkg.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to