|
-
Feb 6th, 2000, 01:42 AM
#1
Thread Starter
Addicted Member
How can I get the Text from a (shelled) DOS-box so I can manipulate this text in my VB program ?
------------------
-
Feb 6th, 2000, 08:30 AM
#2
When you Shell the DOS Program pass the output Swtich to Direct all Screen Output to a File, which you can then Open and Display in a Textbox, ie.
Call Shell("C:\Shell.bat > C:\Output.txt", vbNormalFocus)
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
Feb 25th, 2000, 06:43 PM
#3
Thread Starter
Addicted Member
Aaron, what means ">" in the line ?
-
Mar 8th, 2000, 11:56 PM
#4
Addicted Member
>
The ">" is the Html equivalent of the Greater Than ">" symbol.
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
|