Full Transcript

## Script File Types | Script File Execution | Description | |---|---| |.bat | A batch file contains a list of Windows commands that can be executed in a command prompt window. | |.ps1 | A PowerShell script contains cmdlets executed in Windows PowerShell. The script is written using dynamic type ch...

## Script File Types | Script File Execution | Description | |---|---| |.bat | A batch file contains a list of Windows commands that can be executed in a command prompt window. | |.ps1 | A PowerShell script contains cmdlets executed in Windows PowerShell. The script is written using dynamic type checking, which means each cmdlet is checked by the PowerShell interpreter as it is typed to verify that the command can be executed as it is added to the script file. | |.vbs | A.vbs script is written with VBScript, which is modeled after the more complex Visual Basic, a full-fledged programming language. | |.sh | A UNIX or Linux script, also called a shell script, contains Linux commands and is executed in a UNIX or Linux shell. | |.py | A Python script is a group of Python commands interpreted by Python. Python can also compile the commands into an executable program. | |.js | A.js script written in JavaScript is a text file that contains commands normally used with webpages. These scripts can be embedded in an HTML file, which is downloaded from a web server to a browser and used to build an interactive webpage in the browser. |

Use Quizgecko on...
Browser
Browser