running system commands from within ASP
From: Brad Pears (donotreply_at_notreal.com)
Date: 09/09/04
- Next message: Paul: "Re: BITS v1.5 upload"
- Previous message: Bob Barrows [MVP]: "Re: BITS v1.5 upload"
- Next in thread: Curt_C [MVP]: "Re: running system commands from within ASP"
- Reply: Curt_C [MVP]: "Re: running system commands from within ASP"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 9 Sep 2004 15:11:12 -0400
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
- Next message: Paul: "Re: BITS v1.5 upload"
- Previous message: Bob Barrows [MVP]: "Re: BITS v1.5 upload"
- Next in thread: Curt_C [MVP]: "Re: running system commands from within ASP"
- Reply: Curt_C [MVP]: "Re: running system commands from within ASP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|