- Dec
- 32
- 0
I compiled and linked a program called echos.exe from this SwsSock package:
https://www.softsystem.co.uk/products/swssock.htm
But trying to run it by echos.exe -h did not work since the internal
TCC command kicked in and wrote exe -h to the console.
Only a "echos.exe" -h worked:
Echo 2.02 (ws2_32-msvc1939-win32), edited Fri Apr 22 18:47:28 2011.
Echo client/service.
Syntax: echos [options] [host]
...
-v : Increase verbosity of output
-h : Help
-----------------
IMHO, annoying that a command with an .exe appended should be treated as an internal command.
Any way to instead need an extra space; echo .exe -h to handle it internally?
I failed to find any setdos option for it.
https://www.softsystem.co.uk/products/swssock.htm
But trying to run it by echos.exe -h did not work since the internal
TCC command kicked in and wrote exe -h to the console.
Only a "echos.exe" -h worked:
Echo 2.02 (ws2_32-msvc1939-win32), edited Fri Apr 22 18:47:28 2011.
Echo client/service.
Syntax: echos [options] [host]
...
-v : Increase verbosity of output
-h : Help
-----------------
IMHO, annoying that a command with an .exe appended should be treated as an internal command.
Any way to instead need an extra space; echo .exe -h to handle it internally?
I failed to find any setdos option for it.
Last edited: