vb.net - How do I run visual basic script from visual basic? -


The script is used to enable and disable LANs I would like to run it by integrating it with VB application. Can anyone help please?

Try it as VB6, because you have not tagged it as VB.NET < / P>

  dim wsh wsh = CreateObject ("WScript.Shell") wsh.run ("C: \ scripts test.vbs", 1, 0)  

Comments