Hi,
I am new to Delphi (using ver.4). I want
to make a short delphi exe which execute
several batch (command prompt / dos like)
commands accepting some parameters.
The platform is win2k, one of the batch command is:
>rexec x.x.x.x -l username1 command1 param1 param2 ...
to execute command on an Unix host with ipaddress
x.x.x.x with given username1 ...
and also later when the host asks me for a password
to send the password from a delphi string
without typing it
Thanks,
Georgi
I am new to Delphi (using ver.4). I want
to make a short delphi exe which execute
several batch (command prompt / dos like)
commands accepting some parameters.
The platform is win2k, one of the batch command is:
>rexec x.x.x.x -l username1 command1 param1 param2 ...
to execute command on an Unix host with ipaddress
x.x.x.x with given username1 ...
and also later when the host asks me for a password
to send the password from a delphi string
without typing it
Thanks,
Georgi