GTXPlayer
Well-Known Member
- Joined
- Apr 11, 2014
- Messages
- 47
- Thread Author
- #1
Hi,
I have a .bat file with these contents (in bold);
START "" "C:\Windows\System32\telnet.exe"
Once this runs, the current Command Prompt closes and opens the new Prompt for telnet.
What I'm looking for is a way to print text into the new telnet command prompt which appears, after the first one closes. However, I'm not sure to do it from the single .BAT file.
I have a .bat file with these contents (in bold);
START "" "C:\Windows\System32\telnet.exe"
Once this runs, the current Command Prompt closes and opens the new Prompt for telnet.
What I'm looking for is a way to print text into the new telnet command prompt which appears, after the first one closes. However, I'm not sure to do it from the single .BAT file.