Can you test my new program ?, short description below:
wrc is a small windows telnet server which provides capability of remote access to windows command-line. wrc is able to work either as a windows service or as a usual windows console application and can handle multiple connections simultaneously.
wrc works on Windows 2k/xp
usage: wrc [-p port] [-i] [-s] [-u] [-?]
-i install wrc as a windows service
-u uninstall wrc windows service
-p port specify port number, default port is 5125
-s run wrc as a console application
-? help
example:
The following command installs wrc as a windows service on port 8888:
wrc -i -p 8888
now we have to start up our wrc windows service:
net start wrc
then we can make a connection, for example:
telnet 127.0.0.1 8888
you can download it from here: <snipped>
Thanks in advance !