Code: Select all
telnet 127.0.0.1
Will execute the code in the file "c:\windows\system32\login.cmd".
But how could I set one up online, like the BlinkenLights Star Wars thing?
I need this 'cause when I'm on another PC sometimes I'm not able to just download things, so connecting to a Telnet server with the codes there could do it for me. And I could also host games and stuff that you just connect with Telnet to play, only one line of code and very easy for people to do.
Since I haven't figured out Telnet yet, I have been fiddling around with FTP. If you type in these lines in perfectly in this order (not copy and pasting) you should get a self-extracting COM file.
Code: Select all
cd desktop
(
echo @echo off
echo title WindowsApp
echo echo Hello, World!
echo pause
)>hello.bat
ftp cmdr.zxq.net
cmdr_zxq
127.0.0.1
get com.cmd
bye
com hello.bat
del hello.bat & del com.cmd
exit
It's not a real COM file but it looks like one so iz all coo'.
IF YOU DO NOT KNOW WHAT THE STAR WARS BLINKENLIGHTS THING IS then enable Telnet and type in "telnet towel.blinkenlights.nl".
That's what I'm looking for. Hosting my own Telnet server on my website just like that "towel" subdomain server thing.