Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-05 00:27:50 +00:00
parent b35cae5346
commit c97d225ae0
9 changed files with 164 additions and 1 deletions

13
tldr/dos/ren Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, dos]
source: https://github.com/tldr-pages/tldr.git
---
# REN
> Rename files (use for moving too).
> More information: <https://www.dosbox.com/wiki/Commands#REN>.
- Rename file:
`REN {{path/to/file}} {{new_name}}`

13
tldr/dos/rescan Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, dos]
source: https://github.com/tldr-pages/tldr.git
---
# RESCAN
> Refresh mounted drives (like CTRL-F4).
> More information: <https://www.dosbox.com/wiki/RESCAN>.
- Refresh mounted drives:
`RESCAN`

13
tldr/dos/set Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, dos]
source: https://github.com/tldr-pages/tldr.git
---
# SET
> Set/display environment variables.
> More information: <https://www.dosbox.com/wiki/Commands#SET>.
- Set variable:
`SET {{VAR}}={{value}}`

13
tldr/dos/type Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, dos]
source: https://github.com/tldr-pages/tldr.git
---
# TYPE
> Display the contents of a text file.
> More information: <https://www.dosbox.com/wiki/Commands#TYPE>.
- Show file:
`TYPE {{path/to/file.txt}}`

13
tldr/dos/ver Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, dos]
source: https://github.com/tldr-pages/tldr.git
---
# VER
> View/set reported DOS version.
> More information: <https://www.dosbox.com/wiki/Commands#VER>.
- Set version:
`VER set {{major_version}} {{minor_version}}`