Currently i;m try to running a program using batch file... the batch file containing below
@echo off
@set local
set spdis_exe="c:/Documents and Settings/Administrator/Desktop/putty.exe"
%spdis_exe% "danny@10.1.1.8" -pw 12345
pause
@endlocal
putty.exe is a program running under Linux redhat 4.0
when the .bat running, the program successful login itself, the thing is i don't how to send a command using batch file...example =zip myFilename.zip myLog.log