Small update

This commit is contained in:
Glen De Cauwsemaecker 2014-03-21 22:55:05 +01:00
parent 6e4051944b
commit 6300440a61
4 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,4 @@
@echo off
setlocal EnableDelayedExpansion
start notepad.exe %1
endlocal

View file

@ -0,0 +1,6 @@
@echo off
setlocal EnableDelayedExpansion
echo.
echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
echo.
endlocal

View file

@ -0,0 +1,6 @@
@echo off
setlocal EnableDelayedExpansion
echo.
echo "-----------------------------------------------------------------------------"
echo.
endlocal

View file

@ -0,0 +1 @@