PowerShell | Start PowerShell Script via Run.bat batch ScriptAn easy way to start up a PowerShell script is with a .bat file, Lets fire up the sHeLl! and get cracking! This is a quick one.Below is the basic script if you want to copy it into a file and save it as say "run.bat" @ECHO OFF
|
|