Question: NEED TO RUN A POWERSHELL SCRIPT THROUGH VISUAL BASIC: MY CODE OPENS POWERSHELL BUT WONT RUN THE SCRIPT Module Module1 Sub Main(args As String()) Console.WriteLine(HELLO
NEED TO RUN A POWERSHELL SCRIPT THROUGH VISUAL BASIC: MY CODE OPENS POWERSHELL BUT WONT RUN THE SCRIPT
Module Module1
Sub Main(args As String())
Console.WriteLine("HELLO WORLD")
Console.Write("Press a key to continue")
Console.ReadKey(True)
Process.Start("powershell", "-noexit -ExecutionPolicy Bypass 'C:\Users\Chris\homework3'")
End Sub
End Module
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
