News

[Click on image for larger view.] Figure 2. I was able to run my HelloWorld.exe file. As you can see, converting a PowerShell script into an EXE file is a simple process.
Therefore, if I wanted to launch my Hello.ps1 script from the Run prompt, then I could do so by using this command: PowerShell –File "C:\Scripts\Hello.ps1" ...