How to execute a VB Script or JScript from C#

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
 Hi,

Does anybody know how to exectue a VB Script or JScript from C#...

For instance let say we want to execute the following VB Script from a C# application

Public Sub Open_NotePad() 
  MsgBox "Testing Macro Functionality" 
End Sub

Cheers,

/Dinesh...<hr class="sig Dinesh

View the full article
 
Back
Top