Write-Host Hello WorldMake a file called hello.bat to run it:
Powershell.exe -executionpolicy remotesigned -File hello.ps1Run it:
hello.bat
Write-Host Hello WorldMake a file called hello.bat to run it:
Powershell.exe -executionpolicy remotesigned -File hello.ps1Run it:
hello.bat