Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!kwgst From: kwgst@unix.cis.pitt.edu (Karol W Gieszczykiewicz) Newsgroups: comp.os.msdos.programmer Subject: Command.com and a message Summary: how do I... Message-ID: <67560@unix.cis.pitt.edu> Date: 5 Dec 90 05:53:07 GMT Reply-To: kwgst@unix.cis.pitt.edu (Karol Gieszczykiewicz) Followup-To: comp.os.msdos.programmer Organization: undecided Lines: 18 Greetings. I am a C programmer with a bit of 8088 assembly "fooling around". I am writing a program that has to load command.com (shell). It works, but I want it to display a little message that reminds the user of what they did. (just so they don't run my program again, instead of "exit"- ing back to it). I know it's possible because WordPerfect does it. Every time one presses , after exiting to shell, a short message appears, telling the user to type "exit" to return to WP. I want to know how to chain in such a message. I don't mind creating a modified copy of command.com and then running it. Anyone? Take care. I will summarize.