-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_1.cmd
More file actions
10 lines (10 loc) · 849 Bytes
/
Copy pathPROJECT_LANG_1.cmd
File metadata and controls
10 lines (10 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
REM Start of script
@ECHO OFF
REM I have decided to have the first and main project language file for this project (SNU / 2D / ProgrammingTools / IDE / Batchfile) to be Batchfile, as it is the main language used for this IDE, and may need to be supplemented with another language, as I am not sure how effective bootstrapping batchfile is.
ECHO "I have decided to have the first and main project language file for this project (SNU / 2D / ProgrammingTools / IDE / Batchfile) to be Batchfile, as it is the main language used for this IDE, and may need to be supplemented with another language, as I am not sure how effective bootstrapping batchfile is."
PAUSE
REM File info
REM File version: 1 (Friday, July 16th 2021 at 7:04 pm)
REM File type: MS-DOS Batch file (*.bat)
REM Line count (including blank lines and compiler line): 11
REM End of script