10. Scripting Languages

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

.bat

Batch files
– Scripting for Windows at the command line

– Legacy goes back to DOS and OS/2

2
New cards

.ps1

• Command line for system administrators

– Included with Windows 10 and 11

• Extend command-line functions

– Uses cmdlets (command-lets)

– PowerShell scripts and functions

– Standalone executables

• Automate and integrate

– System administration

– Active Domain administration

3
New cards

.vbs

VBScript

• General purpose scripting in Windows

– Back-end web server scripting

– Scripting on the Windows desktop

– Scripting inside of Microsoft Office applications

4
New cards

Shell script

• Scripting the Unix/Linux shell

– Automate and extend the command line

• Starts with a shebang or hash-bang #!

– Often has a .sh file extension

5
New cards

.js

JavaScript

• Scripting inside of your browser

• Adds interactivity to HTML and CSS

– Used on almost every web site

6
New cards

.py

Python

• General-purpose scripting language