1.

Solve : Batch File to access and operate on a remote machine?

Answer»

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.

Code: [Select]
@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.
I found a guide you can UTILIZE to help you, I believe it's from the developers.

http://www.emtec.com/zoc/zocenglish.pdf



Discussion

No Comment Found