555 B
555 B
MOUNT
Mount host directories/drives/images as virtual DOS drives. More information: https://www.dosbox.com/wiki/MOUNT.
- Mount current directory as C:
MOUNT C .
- Mount specific directory as C:
MOUNT C {{C:\path\to\directory}}
- Mount with free space limit (MB):
MOUNT C {{C:\path\to\directory}} -freesize {{1024}}
- Mount floppy drive:
MOUNT A {{A:\}} -t floppy
- Mount CD-ROM drive:
MOUNT D {{D:\}} -t cdrom
- Mount CD with extra options:
MOUNT D {{D:\}} -t cdrom -usecd {{0}} -ioctl
- Unmount drive:
MOUNT -u {{C}}