|
-
Oct 12th, 2003, 06:26 PM
#1
Thread Starter
Giants World Champs!!!!
Gathering Data from DOS Program
I am wondering if the following is possible. At work I need to access data from a Main Frame application. I access this information via a DOS Communication Program. What I would like to do is output a value to the program and then I want to cut and paste the data that is displayed on the screen. How would I go about this?
Thanks
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Oct 12th, 2003, 07:48 PM
#2
You could try redirecting the output of the DOS program form the DOS window to a text file. Example: DIR C:\*.* > DIRLIST.TXT
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|