Jan 6, 2003 #1 ubstek Programmer Joined Feb 2, 2001 Messages 9 Location US Hello, How can I start a .bat job in Windows NT server from Unix ? Example: once the data is extracted and data ftped to Win/NT I need to exe a job. Thank you very much in advance. TKB
Hello, How can I start a .bat job in Windows NT server from Unix ? Example: once the data is extracted and data ftped to Win/NT I need to exe a job. Thank you very much in advance. TKB
Jan 6, 2003 #2 Annihilannic MIS Joined Jun 22, 2000 Messages 6,317 Location AU If you can get some software for NT that supports rsh or rexec you might be able to do it. For example, a quick Google brought me to this one: http://www.globalshareware.com/Software-Development/Components-Libraries/DX-RSH-REXEC-Server.htm Annihilannic. Upvote 0 Downvote
If you can get some software for NT that supports rsh or rexec you might be able to do it. For example, a quick Google brought me to this one: http://www.globalshareware.com/Software-Development/Components-Libraries/DX-RSH-REXEC-Server.htm Annihilannic.
Jan 6, 2003 #3 Annihilannic MIS Joined Jun 22, 2000 Messages 6,317 Location AU Actually, reading on, that one seems not to be an rsh server but an rsh client... incorrectly named in IMHO, but you get the idea. Annihilannic. Upvote 0 Downvote
Actually, reading on, that one seems not to be an rsh server but an rsh client... incorrectly named in IMHO, but you get the idea. Annihilannic.
Jan 7, 2003 Thread starter #4 ubstek Programmer Joined Feb 2, 2001 Messages 9 Location US Thank you Annihilannic !! Upvote 0 Downvote