DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: execute batch file on another server

  1. #1
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187

    execute batch file on another server

    I'd like to be able to execute a batch file on one server from another.

    ie server A has the batch file. I want server B to invoke the batch file so that it runs on server A.

    Win2k here.

    Any nifty tricks on this?

    Thanks

    Steve
    I'm stmontgo and I approve of this message

  2. #2
    Join Date
    Jan 2002
    Location
    NC, USA
    Posts
    24
    1. install : remote shell daemon on server A
    (http://www.denicomp.com/rshdnt.htm is one example)

    2. rsh host_a -l <username> <command>

    regards,
    romeo
    OCP DBA 8, 8i, 9i, 10g

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width