请教如何在delphi中模拟DOS命令窗口

7 views
Skip to first unread message

086-0769

unread,
Apr 8, 2007, 10:16:36 AM4/8/07
to Study Delphi Group
如题:请教如何在delphi中模拟DOS命令窗口?
望不吝赐教.

TengCo

unread,
Apr 8, 2007, 11:00:09 PM4/8/07
to Study Delphi Group
program Example;


{$APPTYPE CONSOLE}

var sMsg: string;

begin
sMsg := 'Hello, http://bbs.tengco.cn!';
Writeln(sMsg);
end.


Create a new project,delete every thing except the words above.

Enjoy it.

Reply all
Reply to author
Forward
0 new messages