Re: 16 BIT CRITICAL WEB PROGRAM
They cannot interactivly run a DOS App from a Web Server.
If you ran it via Server-side script (which you'd have to do) then it would
be run locally on the Server (user never sees it) and it would attempt to
run in the context of the user account that the web site runs under
(typically IUSR_servername).
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
"PEPPER" <PEPPER@discussions.microsoft.com> wrote in message
news:983D37B3-0B6A-4B72-A074-0BD95FEFFDC3@microsoft.com...
>I need to run a mission critical dos program from a website for others to
> use. I can run the program no problem on the server, but the client gets
> the
> following error:
>
> "Invalid startup directory, please check your PIF file"
>
> thanks for your help!