2010-02-10 11:31:16 +01:00

10 lines
122 B
Batchfile

rem Tests for echo
echo word
echo 'singlequotedword'
echo "doublequotedword"
@echo at-echoed-word
echo "/?"
echo.
echo .