Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I read the messages in the commad window
Message
 
To
10/04/2002 12:22:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00643281
Message ID:
00643306
Views:
7
James,

You can send the output of the DOS command to a text file, then view the text file using the FILETOSTR() function.

RUN dir >myfile.txt
? FILETOSTR('myfile.txt')

HTH,
Kurt
Previous
Reply
Map
View

Click here to load this message in the networking platform