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/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}}`