codecombat/scripts/windows/coco-dev-setup/batch/print_dashed_seperator.bat
Glen De Cauwsemaecker 6300440a61 Small update
2014-03-21 22:55:05 +01:00

6 lines
No EOL
152 B
Batchfile
Executable file

@echo off
setlocal EnableDelayedExpansion
echo.
echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
echo.
endlocal