RosettaCodeData/Task/Hello-world-Text/Batch-File/hello-world-text-2.bat

3 lines
53 B
Batchfile
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
setlocal enableDelayedExpansion
2015-11-18 06:14:39 +00:00
echo Hello world!^^!