Menu

Running Interactive commands on remote machine(Windows and Linux) using java ?

Help
2017-05-22
2017-05-22
  • Neal Firestorm

    Neal Firestorm - 2017-05-22

    I need to run interactive commands on remote Windows box from my Linux workstation.I want to automate it programmatically using java. So Please help me with tool and code samples .

     
  • Sharon Lucas

    Sharon Lucas - 2017-06-26

    You can use the STAF PROCESS service's START request to run a command on a remote system.

    For more information and examples of submitting a PROCESS START request, see section "8.13 Process Service" in the STAF User's Guide at http://staf.sourceforge.net/current/STAFUG.htm#HDRPROCSRV.

    To use the STAF Java APIs to submit a PROCESS START request, see the "STAF Java User's Guide" at http://staf.sourceforge.net/current/STAFJava.htm for a description of the APIs and examples.

    Note: Links to all the STAF/STAX documents are provided at http://staf.sourceforge.net/docs.php.

     

Log in to post a comment.