run an bat file under TELNET

  • Thread starter Thread starter Ignacio Gomez
  • Start date Start date
I

Ignacio Gomez

good morning

how can i do to run a bat file under a Telnet Session? i mean, when a user
opens a telnet session i need that a bat file runs

thank you so much for your help


cordially

Ignacio Gómez
 
Ignacio Gomez said:
good morning

how can i do to run a bat file under a Telnet Session? i mean, when a user
opens a telnet session i need that a bat file runs

thank you so much for your help


cordially

Ignacio Gómez

I don't understand. Telnet opens a session on the specified port
on the remote machine and the commands at that stage would
be relevant to the port you opened. They would not be commands
such as dir, cd, copy etc.

Do you perhaps want to know how to run a number of port
commands after you have opened the remote port? If so then
please give an example.
 
Back
Top