MustangPriMe
IS-IT--Management
I'm attempting to create some ASP to archive/restore a CAB file.
I have some script which uses Wscript.Shell to run a DOS command. I also have the 'msmdarch' command string which when run at a command prompt on the AS/Web server does create an archive file. However, the same command string does not do anything when triggered from the ASP.
I'm guessing it's a permissions problem somewhere, but as the msmdarch does not produce any output to the command window, I'm have difficulty ascertaining where the problem is.
Any ideas, or suggestions on how to track this one down?
I have some script which uses Wscript.Shell to run a DOS command. I also have the 'msmdarch' command string which when run at a command prompt on the AS/Web server does create an archive file. However, the same command string does not do anything when triggered from the ASP.
I'm guessing it's a permissions problem somewhere, but as the msmdarch does not produce any output to the command window, I'm have difficulty ascertaining where the problem is.
Any ideas, or suggestions on how to track this one down?