An open API service indexing awesome lists of open source software.

https://github.com/elidaniel92/windows-script

Windows Script
https://github.com/elidaniel92/windows-script

batch-script powershell powershell-script windows-script windows-scripting

Last synced: about 2 months ago
JSON representation

Windows Script

Awesome Lists containing this project

README

        

# 💻 Windows Script

## 🔵 PowerShell

Ensure your script execution policy allows running scripts. You can check and change the execution policy by running

```
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```

Run

```
./powershell/hello-world.ps1
```

## âš« Bat

```
./bat/hello-world.bat
```