Link to home
Start Free TrialLog in
Avatar of verintsupport
verintsupport

asked on

Start multiple simultanious command prompts and telnet sessions in one batch file

I want to telnet to multiple IP from one batch file.  I want all of them to stay connected to the telnet sessions and all of them to do it simultaniously.

Can i open multiple command prompts from one batch file?

How can i do it?

Thanks,

Richard
ASKER CERTIFIED SOLUTION
Avatar of cup
cup

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of verintsupport
verintsupport

ASKER

Thanks! It works! But what is the "auser"?

Richard
Avatar of ozo
    -l user
             When connecting to the remote system, if the remote system under-
             stands the ENVIRON option, then user will be sent to the remote
             system as the value for the variable USER.  This option implies
             the -a option.  This option may also be used with the open command.