dos/{dir, exit, imgmount, ipxnet, keyb}: add pages (#20862)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
Adriano Inghingolo
2026-01-30 23:02:50 +01:00
committed by GitHub
parent a041050248
commit 017c9f64e5
5 changed files with 80 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# DIR
> List files and directories.
> More information: <https://www.dosbox.com/wiki/Commands#DIR>.
- List current directory:
`DIR`
- Pause per page:
`DIR /p`
- Wide view:
`DIR /w`
+8
View File
@@ -0,0 +1,8 @@
# EXIT
> Exit DOSBox.
> More information: <https://www.dosbox.com/wiki/Commands#EXIT>.
- Exit DOSBox:
`EXIT`
+12
View File
@@ -0,0 +1,12 @@
# 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}}`
+36
View File
@@ -0,0 +1,36 @@
# IPXNET
> Emulate IPX networking for multiplayer games (client-server model).
> More information: <https://www.dosbox.com/wiki/Connectivity>.
- Start IPX server (default UDP port 213):
`IPXNET startserver`
- Start server on specific port:
`IPXNET startserver {{19900}}`
- Connect client to server IP:
`IPXNET connect {{192.168.2.100}}`
- Connect with specific port:
`IPXNET connect {{192.168.2.100}} {{19900}}`
- Check network status:
`IPXNET status`
- Ping to test speed/clients:
`IPXNET ping`
- Disconnect client:
`IPXNET disconnect`
- Stop server (after clients disconnect):
`IPXNET stopserver`
+8
View File
@@ -0,0 +1,8 @@
# KEYB
> Change keyboard layout.
> More information: <https://www.dosbox.com/wiki/KEYB>.
- Set layout:
`KEYB {{us|uk|gr|...}}`