that's a great idea, and i have it now in a command line executable form... however i'm getting an "unable to fork" error:
Warning: system(): Unable to fork [cli-app.exe]
any thoughts??
thanks again,
chief
edit: the same error comes with system() and exec()
edit2: the problem was with permissions... i needed to give the IIS user rights to run cmd.exe - a security hole 🙁
here's the command: cacls c:\windows\system32\cmd.exe /E /G IUSR_ADMIN2003:F where IUSR_ADMIN2003 is the IIS username
if anyone has another solution, one that isn't so insecure, i'd love to hear it. thanks for all the help so far