I have an ASPObject written in Delphi that needs to call an external .cmd file. I've tried ShellExecute, but it returns the error "Access Is Denied". I've also tried using WShell.Run with the same results. I'm beginning to think that there is some restriction on calling an external program from inside an ASPObject. Is this true? If not, does someone have any ideas what needs to be done to make this work?