Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Remote Execution
Name: Jon Date: September 12, 2002 at 09:50:05 Pacific OS: Win 2K CPU/Ram: Intel Xeon 2.2GHz/ 1GB
Comment:
Anyone know a good and simple remote execution program for Windows (perhaps a simple command-driven one)?
Name: frutz Date: September 12, 2002 at 16:58:10 Pacific
Reply:
Are you looking for remote control? try WinVnc, if you are looking for remote execution the resource kit has a program called "remote" that you can use to run command line programs remotely.
0
Response Number 2
Name: Dave Date: September 17, 2002 at 12:57:34 Pacific
Reply:
Try PSEXEC from Sysinternals. this is an excellent command line utility for executing processes remotely.
Summary: use rcmd. it's in the nt4 workstation resource kit. it allows you to remotely execute any *.exe *.bat from a command prompt on any machine. rcmd.exe \\machinename executable.bat...
Summary: Windows NT does not provide server functionality for the UNIX Remote Execute command. However, Windows NT Resource Kit contains both client and server components to provide similar functionality withi...