forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


text from a dosbox

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
easy rider
Valued Newbie


Joined: 10 Sep 2001
Posts: 26
Location: Netherlands

PostPosted: Wed Feb 13, 2002 8:07 pm    Post subject: text from a dosbox Reply with quote

hi all,

i use for my new program a compiler that runs in a dosbox. To hide this box is no problem (runh) but what i want is the text that appears in that dosbox showing up in a list or edit element

any idea's

see you
rene
Sad
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Wed Feb 13, 2002 8:27 pm    Post subject: Reply with quote

You could try something like this:

Code:

runh command.com /c YOURUTIL.EXE > log~file.txt,WAIT
list create,1
list loadfile,1,log~file.txt
file DELETE,log~file.txt


That should hopefully channel the output of your program into log~file.txt that can be loaded into a list

Greetingz

Dr. Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
easy rider
Valued Newbie


Joined: 10 Sep 2001
Posts: 26
Location: Netherlands

PostPosted: Fri Feb 15, 2002 8:38 pm    Post subject: Reply with quote

thanks dread,

there's only one problem: the runh doesn't work, i've got a black screen while compiling my prog.

any suggestions
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Fri Feb 15, 2002 10:26 pm    Post subject: Reply with quote

Use RUNZ...
_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
easy rider
Valued Newbie


Joined: 10 Sep 2001
Posts: 26
Location: Netherlands

PostPosted: Fri Feb 15, 2002 10:45 pm    Post subject: Reply with quote

hey mac, thanks

that i didn't that try before.
thanks again

see you rene
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group