Discussion:
Dos-box window
(too old to reply)
Stoyan Malchev
2006-01-18 14:13:58 UTC
Permalink
Is it possible to access the contents of Dos-box window?
Lee Mitchell
2006-01-18 18:30:56 UTC
Permalink
Post by Stoyan Malchev
Is it possible to access the contents of Dos-box window?
Well, you can use the pipe command to send the results of a command to a
file.

Dir *.* > c:\test.txt

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Stoyan Malchev
2006-01-18 21:36:46 UTC
Permalink
To make my question clearer I shall describe what I need:

I want to create a VFP application that detects each change in another
dos-box window where an old dos application is running

Is this possible?

Thanks in advance
Post by Lee Mitchell
Post by Stoyan Malchev
Is it possible to access the contents of Dos-box window?
Well, you can use the pipe command to send the results of a command to a
file.
Dir *.* > c:\test.txt
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
http://msdn.microsoft.com/vfoxpro/
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Loading...