From: "Scott Ostrum" Newsgroups: microsoft.public.inetserver.iis.activeserverpages,comp.lang.c,comp.os.msdos.djgpp,alt.comp.editors.batch,comp.os.msdos Subject: Re: AspExec, stdio and dos apps Date: Tue, 22 Sep 1998 09:10:19 -0400 Lines: 13 Message-ID: <6u87jb$a3s$1@winter.news.erols.com> References: <3606A1A8 DOT 797D05C4 AT geocities DOT com> NNTP-Posting-Host: 207-172-110-238.s47.as4.frd.erols.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Can you pipe the results to a file then read the file with File Objects? Joshua Brown wrote in message 3606A1A8 DOT 797D05C4 AT geocities DOT com... >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. >