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.
DOS script from UNIX
Name: suhoi Date: July 12, 2005 at 03:30:45 Pacific OS: UNIX CPU/Ram: 2G
Comment:
Hi there,
I need to call a DOS script from UNIX enviroment in an automated process. Is it possible? What kind of settings I should do? I have available some Win-OS based machines in out LAN and a condor pool.
Name: cislord Date: July 13, 2005 at 00:49:00 Pacific
Reply:
You need something like an rsh service running on the Windows machine. Win2000 server has rsh ( see http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/rsh.mspx).
Once the rsh service is running on the Win machine, you would do something like this from unix:
Where I work we use a product called Control-M to schedule jobs on Unix and Win machines. These machines are essentially agents of the Control-M server. But thats another story.
Summary: I looking for the exact syntax to RCP the set files from Unix to Windows NT, Can anybody tell me how to do RCP from Unix to Win NT. Thanks in Advance RK ...