jacobpalm / costa

The Costa Graphical User Interface for MS-DOS and compatible systems
https://costa.jacobpalm.dk/
MIT License
103 stars 7 forks source link

Improve SETUP.EXE with automatic search #24

Closed jacobpalm closed 2 years ago

jacobpalm commented 2 years ago

Rather than having to input the path to Costa when running SETUP.EXE, have it search the disk to try and find it automatically by looking for certain files.

Alternatively - can Sys.Path use MS-DOS interrupts to determine the location from which Costa is running?

jacobpalm commented 2 years ago

Fixed in ff2a659 - SETUP.EXE will now automatically suggest the path in which it resides itself, as returned by the DOS API in the program segment prefix. It still allows the user to type any path they wish.