mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 15:46:33 +00:00
14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
---
|
|
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}}`
|