Dear all
I am trying to execute a .bat file from a ASP.NET Portal using VB.NET...here's the code
Dim dblRet as Double
dblRet = shell("C:\c2k\nma\portalvb\FormTemplates\test2.bat"
AppActivate (ToInt32(dblRet))
the problem I was getting was that the file simply wasn't being executed, hence the AppActivate bit to test for the TaskID...but now it can't find the process....help
SWIV
I am trying to execute a .bat file from a ASP.NET Portal using VB.NET...here's the code
Dim dblRet as Double
dblRet = shell("C:\c2k\nma\portalvb\FormTemplates\test2.bat"
AppActivate (ToInt32(dblRet))
the problem I was getting was that the file simply wasn't being executed, hence the AppActivate bit to test for the TaskID...but now it can't find the process....help
SWIV