Click here to Skip to main content
15,885,366 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: vc++6.0 Pin
Anilkumar K V20-Jul-06 18:02
Anilkumar K V20-Jul-06 18:02 
GeneralRe: vc++6.0 [modified] Pin
With_problem20-Jul-06 18:10
With_problem20-Jul-06 18:10 
GeneralRe: vc++6.0 Pin
_AnsHUMAN_ 20-Jul-06 18:17
_AnsHUMAN_ 20-Jul-06 18:17 
GeneralRe: vc++6.0 Pin
Anilkumar K V20-Jul-06 18:34
Anilkumar K V20-Jul-06 18:34 
GeneralRe: vc++6.0 Pin
ThatsAlok20-Jul-06 18:45
ThatsAlok20-Jul-06 18:45 
QuestionFetching the text from MS-DOS window Pin
ErixChang20-Jul-06 17:24
ErixChang20-Jul-06 17:24 
AnswerRe: Fetching the text from MS-DOS window Pin
Naveen20-Jul-06 17:30
Naveen20-Jul-06 17:30 
AnswerRe: Fetching the text from MS-DOS window [modified] Pin
_AnsHUMAN_ 20-Jul-06 17:33
_AnsHUMAN_ 20-Jul-06 17:33 
Try this :
CString consoleData=ExecuteExternalFile("cmd.exe","Notepad");
//AfxMessageBox(consoleData);
// consoleData has the MS-DOS text

I hope this will help
!OOPS----- See here for ExecuteExternalFile function
http://www.codeproject.com/cpp/9505Yamaha_1.asp[^]
Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_


-- modified at 23:52 Thursday 20th July, 2006
GeneralRe: Fetching the text from MS-DOS window Pin
Naveen20-Jul-06 17:42
Naveen20-Jul-06 17:42 
GeneralRe: Fetching the text from MS-DOS window Pin
_AnsHUMAN_ 20-Jul-06 17:54
_AnsHUMAN_ 20-Jul-06 17:54 
QuestionRe: Fetching the text from MS-DOS window Pin
ErixChang24-Jul-06 21:33
ErixChang24-Jul-06 21:33 
Questionerror [modified] Pin
With_problem20-Jul-06 17:10
With_problem20-Jul-06 17:10 
AnswerRe: error [modified] Pin
Naveen20-Jul-06 17:19
Naveen20-Jul-06 17:19 
GeneralRe: error Pin
With_problem20-Jul-06 17:51
With_problem20-Jul-06 17:51 
GeneralRe: error Pin
Naveen20-Jul-06 17:56
Naveen20-Jul-06 17:56 
GeneralRe: error Pin
With_problem20-Jul-06 18:07
With_problem20-Jul-06 18:07 
GeneralRe: error Pin
anu_8820-Jul-06 18:25
anu_8820-Jul-06 18:25 
GeneralRe: error Pin
With_problem20-Jul-06 18:57
With_problem20-Jul-06 18:57 
GeneralRe: error Pin
anu_8820-Jul-06 19:19
anu_8820-Jul-06 19:19 
AnswerRe: error Pin
Michael Dunn20-Jul-06 19:12
sitebuilderMichael Dunn20-Jul-06 19:12 
GeneralRe: error Pin
With_problem20-Jul-06 19:19
With_problem20-Jul-06 19:19 
AnswerRe: error Pin
sheetal_0620-Jul-06 21:15
sheetal_0620-Jul-06 21:15 
QuestionHow to get USB device address? Pin
linshi20-Jul-06 17:01
linshi20-Jul-06 17:01 
QuestionSystem-Wide WriteProcessMemory Hook Pin
capricious_00120-Jul-06 16:56
capricious_00120-Jul-06 16:56 
Questionchecksum Pin
thathvamsi20-Jul-06 16:18
thathvamsi20-Jul-06 16:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.