mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Small update
This commit is contained in:
parent
6e4051944b
commit
6300440a61
4 changed files with 17 additions and 0 deletions
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 @@
|
|||
|
Loading…
Reference in a new issue