onepieceking
Well-known member
- Joined
- Sep 20, 2006
- Messages
- 64
- Programming Experience
- 1-3
Hi,
Is it possible to run VBS file from ASP.NET (VB.NET)? If so, what is the way to do it?
Anyway, the vbs file is supposed to check at the server-side if application A is running. If it is not running, it will run that application. I tried incorporating the vbscript into the html, but there is some error about ActiveX control.
Besides using vbscript, is there another better way to do this?
Thanks.
Is it possible to run VBS file from ASP.NET (VB.NET)? If so, what is the way to do it?
Anyway, the vbs file is supposed to check at the server-side if application A is running. If it is not running, it will run that application. I tried incorporating the vbscript into the html, but there is some error about ActiveX control.
Besides using vbscript, is there another better way to do this?
Thanks.