-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_1.cmd
More file actions
28 lines (22 loc) · 1.09 KB
/
PROJECT_LANG_1.cmd
File metadata and controls
28 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
REM Start of script
REM Project language file 1
@ECHO OFF
START
ECHO "Project language file 1"
ECHO "For: /SNU/2D/ProgrammingTools/IDE/Batch/"
ECHO "About:"
ECHO "I have decided to have the first and main project language file for this project (SNU / 2D / ProgrammingTools / IDE / BATCH) 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
:: BREAK
EXIT
@ECHO ON
REM Output:
:: Project language file 1
:: For: /SNU/2D/ProgrammingTools/IDE/Batch/
:: About:
:: I have decided to have the first and main project language file for this project (SNU / 2D / ProgrammingTools / IDE / BATCH) 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.
REM File info
:: File version: 1 (2022, Monday, 2022, November 14th at 1:04 pm PST)
:: File type: MS-DOS Batch file (*.bat *.btm *.cmd)
:: Line count (including blank lines and compiler line): 29
REM End of script