5 lines
79 B
Batchfile
5 lines
79 B
Batchfile
|
|
set string=Hello
|
||
|
|
echo %string% World
|
||
|
|
set string2=%string% World
|
||
|
|
echo %string2%
|