I am also attaching the code below
Dim script As MSScriptControl.ScriptControl
Dim sCode As String
sCode = My.Computer.FileSystem.ReadAllText(“C:\Desktop\test.vbs”)
Please create your VB Script file on a notepad and save it as “.vbs” file in your local drive.
then please enter vbs file path in working directory location with out file name. enter file vbs name in file name location under properties. enter arguments as file name with out extension of file name.
This works perfectly. you can change vb script in the .vbs file as and when you want.
Hope my inputs are useful.