generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPROJECT_LANG_1.vbs
More file actions
9 lines (9 loc) · 1.05 KB
/
PROJECT_LANG_1.vbs
File metadata and controls
9 lines (9 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
' REM ' Start of script
' Start of script
' I have decided to have the first project language file for this project (Seanpm2001/Learn-VisualBasicScript be written in Visual Basic Script (VBScript) as this project is about learning the VBScript programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here
x=msgbox("I have decided to have the first project language file for this project (Seanpm2001/Learn-VisualBasicScript be written in Visual Basic Script (VBScript) as this project is about learning the VBScript programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here.", 2+64, "Project language file 1 - For: seanpm2001/Learn-VisualBasicScirpt")
' File info
' File version: 1 (2022, Wednesday, October 12th at 9:15 pm PST)
' File type: Visual Basic Script (VBScript) script/source file (*.vbs)
' Line count (including blank lines and compiler line): 10
' REM ' End of script