Batch File file extension
.bat
PowerShell file extension
.ps1
Bash (Bourne again) Shell Script file extension
.sh
Python file extension
.py
JavaScript file extension
.js
Visual Basic Script file extension
.vbs
What type of structure is “For Next” in Scripting?
Loop
What type of structure is “Do While” in scripting?
Loop
What type of Structure is “IF THEN ELSE”
Branch