server.bat (50B)
1 @echo on 2 cmd /C "python telnetServer.py" 3 pause
@echo on
cmd /C "python telnetServer.py"
pause