B
Brad Pears
What is the syntax for running say... a batch file (.bat) from within ASP?
For example... in MS Access you can say something like this...
----------------------------------------------------------
CurrentDBDir = "c:\"
ShellWait CurrentDBDir & "runthis.bat", vbNormalFocus
----------------------------------------------------------
This would run the "runthis.bat" file located in the c:\ directory...
How would one accomplish this same thing in ASP?
Thanks,
Brad
For example... in MS Access you can say something like this...
----------------------------------------------------------
CurrentDBDir = "c:\"
ShellWait CurrentDBDir & "runthis.bat", vbNormalFocus
----------------------------------------------------------
This would run the "runthis.bat" file located in the c:\ directory...
How would one accomplish this same thing in ASP?
Thanks,
Brad