Spaces:
Sleeping
Sleeping
| @echo off | |
| cd /d "%~dp0" | |
| powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scan-windows.ps1" | |
| pause | |
| @echo off | |
| cd /d "%~dp0" | |
| powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scan-windows.ps1" | |
| pause | |