lab-fuse is a user-mode file system for LucasArts .LAB file format.
First install Dokan (tested on version 2.1): https://github.com/dokan-dev/dokany/releases
Usage:
lab-fuse <path-to-file.lab> <drive-letter> [fuse options]
The following command mounts olobj.lab
file as drive M:\
.
lab-fuse d:\outlaws\olobj.lab m
- Catch all exceptions in all functions.
- Improve error reporting.