I have been trying to execute kitty_nocompress.exe invoking the -config option with no success. I am using the command line from Windows 10. The KiTTY version I am using is 0.64.0.1.
I have tried the following:
kitty_nocompress -config <configuration file>
kitty_nocompress -c <configuration file>
These give me the error messages "Unknown option 'config'" and "Unknown option '-c'" respectively.
kitty_nocompress /config <configuration file>
kitty_nocompress /c <configuration file>
These give me the error message "Unable to open connection to /config. Host does not exist" and "Unable to open connection to /c. Host does not exist" respectively.
What am I doing incorrectly?