Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site mhuxi.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!mhuxv!mhuxh!mhuxi!ggl From: ggl@mhuxi.UUCP (LASKARIS) Newsgroups: net.micro.pc,net.micro Subject: Re: help with DOS command.com Message-ID: <377@mhuxi.UUCP> Date: Tue, 3-Dec-85 14:23:03 EST Article-I.D.: mhuxi.377 Posted: Tue Dec 3 14:23:03 1985 Date-Received: Thu, 5-Dec-85 05:25:41 EST References: <232@chinet.UUCP> Organization: AT&T Bell Laboratories, Murray Hill Lines: 29 Xref: watmath net.micro.pc:6069 net.micro:12932 Dan Reynolds, at Illinois Institute of Technology, asks: > Can anyone tell me if it's possible to patch or modify command.com to accept > a command that will transfer control to a program which has been made > resident and attached itself to DOS, much the way that Ctl-Alt invokes > Sidekick. ... We are using a public domain program called CED (Command EDitor), which captures all the commands you type and allows you to cycle back through them using the arrow keys. This is something like ksh, but easier to use. The reason this comes up here is that the author has devised a way of appending to his own list of commands dynamically. He gives a small example in assembler which loads and stays resident, and grafts its own command name onto the CED list. This is not a direct solution to the problem, since: 1) the CED program is needed; it recognizes the commands, not COMMAND.COM 2) the memory-resident program knows about CED as well. CED may be found on various bulletin boards; if requests come in, I will attempt a uuencoded version. David Laurance AT&T International ..!mhuxi!ggl (201) 953-7708 The unusual disclaimer applies.