Timeline for Creating an executable .exe file from a PowerShell Script?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 29, 2017 at 15:16 | comment | added | Mark |
Similar solution using C is #include <stdlib.h> int main(void) { system("powershell -ExecutionPolicy ByPass -File nameOfScript.ps1"); }
|
|
| Dec 17, 2015 at 20:38 | history | edited | Jaykul | CC BY-SA 3.0 |
Reword and update after so many years.
|
| Feb 22, 2015 at 6:30 | history | edited | Jaykul | CC BY-SA 3.0 |
Tweak the example and note that 3 and 4 don't solve this either.
|
| Jan 7, 2011 at 19:33 | history | answered | Jaykul | CC BY-SA 2.5 |