Batch datatypes

From wikinotes
Revision as of 16:05, 10 July 2021 by Will (talk | contribs) (→‎set variables)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

string

REM note the abscence of quotes around string
set YOURVAR=Your Value

echo %YOURVAR%