[code] #include <stdio.h> int main(){ system("powershell -executionpolicy bypass ./msg.ps1"); return 0; } [/code]