mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
dos/{dir, exit, imgmount, ipxnet, keyb}: add pages (#20862)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a041050248
commit
017c9f64e5
@@ -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`
|
||||
@@ -0,0 +1,8 @@
|
||||
# EXIT
|
||||
|
||||
> Exit DOSBox.
|
||||
> More information: <https://www.dosbox.com/wiki/Commands#EXIT>.
|
||||
|
||||
- Exit DOSBox:
|
||||
|
||||
`EXIT`
|
||||
@@ -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}}`
|
||||
@@ -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`
|
||||
@@ -0,0 +1,8 @@
|
||||
# KEYB
|
||||
|
||||
> Change keyboard layout.
|
||||
> More information: <https://www.dosbox.com/wiki/KEYB>.
|
||||
|
||||
- Set layout:
|
||||
|
||||
`KEYB {{us|uk|gr|...}}`
|
||||
Reference in New Issue
Block a user