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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!