Small update
This commit is contained in:
parent
6e4051944b
commit
6300440a61
4 changed files with 17 additions and 0 deletions
scripts/windows/coco-dev-setup/batch
4
scripts/windows/coco-dev-setup/batch/open_text_file.bat
Executable file
4
scripts/windows/coco-dev-setup/batch/open_text_file.bat
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
setlocal EnableDelayedExpansion
|
||||||
|
start notepad.exe %1
|
||||||
|
endlocal
|
6
scripts/windows/coco-dev-setup/batch/print_dashed_seperator.bat
Executable file
6
scripts/windows/coco-dev-setup/batch/print_dashed_seperator.bat
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
@echo off
|
||||||
|
setlocal EnableDelayedExpansion
|
||||||
|
echo.
|
||||||
|
echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
|
||||||
|
echo.
|
||||||
|
endlocal
|
6
scripts/windows/coco-dev-setup/batch/print_seperator.bat
Executable file
6
scripts/windows/coco-dev-setup/batch/print_seperator.bat
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
@echo off
|
||||||
|
setlocal EnableDelayedExpansion
|
||||||
|
echo.
|
||||||
|
echo "-----------------------------------------------------------------------------"
|
||||||
|
echo.
|
||||||
|
endlocal
|
1
scripts/windows/coco-dev-setup/batch/setup.bat
Executable file
1
scripts/windows/coco-dev-setup/batch/setup.bat
Executable file
|
@ -0,0 +1 @@
|
||||||
|
|
Reference in a new issue