Batch File to access and operate on a remote linux machine
Posted: 24 Apr 2013 10:39
Hi,
I've made a batch file to access a remote Unix machine. It works fine but now I want to use this batch to execute some commands on the unix machine.
In the above line of the batch file, "zoc.exe" is the program I use to connect to the machine and the "CALL:[#1361966675]" expression it's a ZOC session which I previously created with the information like the IP, user and password to access the machine.
Now I want to type some commands in this machine, how do I do this?
Help please.
I've made a batch file to access a remote Unix machine. It works fine but now I want to use this batch to execute some commands on the unix machine.
Code: Select all
@ECHO OFF
"C:\Program Files\ZOC5\zoc.exe" "/CALL:[#1361966675]"
In the above line of the batch file, "zoc.exe" is the program I use to connect to the machine and the "CALL:[#1361966675]" expression it's a ZOC session which I previously created with the information like the IP, user and password to access the machine.
Now I want to type some commands in this machine, how do I do this?
Help please.