Files
cheatsheet-tldr/tldr/dos/imgmount
2026-01-31 00:25:26 +00:00

18 lines
281 B
Plaintext

---
syntax: markdown
tags: [tldr, dos]
source: https://github.com/tldr-pages/tldr.git
---
# IMGMOUNT
> Mount disk or CD-ROM images.
> More information: <https://www.dosbox.com/wiki/IMGMOUNT>.
- Mount floppy:
`IMGMOUNT a {{floppy.img}}`
- Mount CD-ROM:
`IMGMOUNT d {{cd.iso}}`