Message-ID: <3606A1A8.797D05C4@geocities.com> Date: Mon, 21 Sep 1998 11:57:44 -0700 From: Joshua Brown MIME-Version: 1.0 Subject: AspExec, stdio and dos apps Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Newsgroups: microsoft.public.inetserver.iis.activeserverpages,comp.lang.c,comp.os.msdos.djgpp,alt.comp.editors.batch,comp.os.msdos NNTP-Posting-Host: jbrown.wave.starwave.com [198.106.242.215] Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am trying to get the output of a dos app into a string within an active server page. I have the AspExec component, but it relies upon the app using "stdio" for its output to be able to grab the string. The app I am using does not apparently use stdio, because the string it returns is always empty. Is there a way I can work around this? Is there a shell app that I can invoke that will turn the output into an stdio string? Any help would be appreciated.