mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 10:48:30 +00:00
18 lines
281 B
Plaintext
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}}`
|