mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 15:46:33 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/dos/dir
Normal file
21
tldr/dos/dir
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
13
tldr/dos/exit
Normal file
13
tldr/dos/exit
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# EXIT
|
||||
|
||||
> Exit DOSBox.
|
||||
> More information: <https://www.dosbox.com/wiki/Commands#EXIT>.
|
||||
|
||||
- Exit DOSBox:
|
||||
|
||||
`EXIT`
|
||||
17
tldr/dos/imgmount
Normal file
17
tldr/dos/imgmount
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
41
tldr/dos/ipxnet
Normal file
41
tldr/dos/ipxnet
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
13
tldr/dos/keyb
Normal file
13
tldr/dos/keyb
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, dos]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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