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 wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |