Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site dataio.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!whuxlm!harpo!decvax!tektronix!uw-beaver!uw-june!entropy!dataio!bright From: bright@dataio.UUCP (Walter Bright) Newsgroups: net.micro.pc Subject: Re: MS-DOS cd command Message-ID: <679@dataio.UUCP> Date: Fri, 7-Jun-85 12:17:19 EDT Article-I.D.: dataio.679 Posted: Fri Jun 7 12:17:19 1985 Date-Received: Mon, 10-Jun-85 20:51:02 EDT Reply-To: bright@dataio.UUCP (Walter Bright) Organization: Data I/O Corp., Redmond WA Lines: 6 In article <2160@mhuxd.UUCP> cwc@mhuxd.UUCP (Chip Christ) writes: >Any one know how I might disable the built-in cd command? You will have to use DEBUG to patch COMMAND.COM. When in DEBUG, search through COMMAND.COM till you find the CD command string. Replace the CD with spaces, and write out the new COMMAND.COM.