Calling Remote Batch File Using 'Execute Process Task'

  • I have a remote batch file on machine B that I need to execute using 'Execute process task' control from a package on machine A.

    How Can I achieve this....

  • There are a few options.

    You can use the AT command for example, you can also use PSEXEC or you can use VBScript[/url].

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Koen Verbeeck (1/7/2015)


    There are a few options.

    You can use the AT command for example, you can also use PSEXEC or you can use VBScript[/url].

    I'll second the PSEXEC suggestion. I had to do this exact thing and it worked beautifully. No remote install needed either!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply