cobconex is Windows application to extract files from COB files from the 1995 4x Ascendancy, developed by The Logic Factory.
Run with the --register command to register the 'Extract' verb for .COB files.
Run with --unregister command to unregister the 'Extract' verb for .COB files.
While the command is registered the 'Extract' verb will show in the context-menu for .COB files.
The extraction process will show a progress bar then automatically exit.
To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/btigi/cobconex
# Go into the repository
$ cd src
# Build the app
$ dotnet build
cobconex is licenced under the MIT License. Full licence details are available in licence.md

