davidrg / ckwin

Kermit 95 (C-Kermit for Windows) - scriptable internet and serial communications with terminal emulation
Other
60 stars 15 forks source link

Change default paths and files #60

Closed davidrg closed 4 weeks ago

davidrg commented 2 years ago

C-Kermit for Windows is descended from Kermit 95, but it is not Kermit 95. So it probably should be looking for its own files first and only falling back to Kermit 95 things for ease of migration and backwards compatibility.

More information on what Kermit 95 (and therefore CKW currently) looks for is documented here: https://kermitproject.org/k95readme.html#x9.1

mbernardi1961 commented 2 months ago

Also all files currently named k95. should be renames to ckw. with appropriate changes in the code. Update to mirror changes in C-Kermit 10 pre-beta 11

davidrg commented 4 weeks ago

The decision has been made to switch back to the K95 branding (https://github.com/davidrg/ckwin/issues/287) and future versions will be a direct continuation of Kermit 95 so this no longer needs to be done.