Results 1 to 2 of 2

Thread: Execute batch file

  1. #1
    Vilko Guest

    Execute batch file

    Hi,
    I would like to ask someone who could help me with one small problem:

    I would like to run SQL server task on one of my servers, that will connect
    to all other servers (including ones that are not SQL servers, ie: Exchange,
    Test Server etc) one at the time, and that will execute one batch file (update.bat) that is residing on each server under C: drive.

    Batch file will copy some things from all of the servers to one server.

    Thanks, in advance.

    Regards,
    Vilko

  2. #2
    Ray Miao Guest

    Execute batch file (reply)

    I think the right way is create a batch file on the server that runs the job and use 'net use' in the batch file to connect to other servers and pull files to local disk.


    ------------
    Vilko at 3/31/00 3:17:01 AM

    Hi,
    I would like to ask someone who could help me with one small problem:

    I would like to run SQL server task on one of my servers, that will connect
    to all other servers (including ones that are not SQL servers, ie: Exchange,
    Test Server etc) one at the time, and that will execute one batch file (update.bat) that is residing on each server under C: drive.

    Batch file will copy some things from all of the servers to one server.

    Thanks, in advance.

    Regards,
    Vilko

Posting Permissions

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