Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site mcnc.mcnc.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!mcnc!jnw From: jnw@mcnc.UUCP (John White) Newsgroups: net.micro.pc Subject: Re: MS-DOS cd command Message-ID: <574@mcnc.mcnc.UUCP> Date: Sat, 8-Jun-85 10:59:05 EDT Article-I.D.: mcnc.574 Posted: Sat Jun 8 10:59:05 1985 Date-Received: Mon, 10-Jun-85 21:41:40 EDT References: <2160@mhuxd.UUCP> Organization: Microelectronics Center of NC; RTP, NC Lines: 10 > Any one know how I might disable the built-in cd command? It is easy to munge any command.com builtin command. Just copy command.com to a junk file, run debug on it, use the search command to find the command in the string table, and edit it to be any sequence of chars (of the same length) that you want. Write out the file, exit debug, and test it. I expect that if you use bizzare chars (high order bit set, stuff like that) you won't be bothered by the command again. Hope this helps - John N. White {duke, mcnc}!jnw