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.
Execute Remotely
Name: Cyclone Date: December 14, 2004 at 14:20:53 Pacific OS: XP Pro CPU/Ram: 2.2GHz P4
Comment:
I want to write a script vbs, batch, or c++ that will connect to a remote system (with full rights, passwords, etc.) and execute a command to be run on that remote system. Any ideas on how I might go about doing this?
Name: SN Date: December 14, 2004 at 21:30:01 Pacific
Reply:
There are plenty of ways to do this...It all depends on how the remote system is set up. If it's static and set up as a server, just call a script (PHP, ASP, CGI, ASP.NET, Perl, etc.) via http. This would be easiest. You can also do the same thing with remote procedure calls and web services (or whatever their java equivalent is). Also, I assume windows still has some kind of remote administration you can use.
Summary: Does anyone know of a way to execute a program remotely from a Windows 2000 machine to a Windows 98 machine? PsExec seems to not like anything before NT, and I've been unable to find anything else th...
Summary: Hello everyone... I'm in a slight bind... lol. I was called away from my office on an emergency and left my web server without starting up the MySQL support. Now I am about 200 miles north and have ...