Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site gumby.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!whuxlm!harpo!decvax!mcnc!philabs!cmcl2!seismo!uwvax!gumby!g-frank From: g-frank@gumby.UUCP Newsgroups: net.micro.pc Subject: Re: Changing the dumb '\' to '/'... Message-ID: <395@gumby.UUCP> Date: Thu, 13-Jun-85 17:28:58 EDT Article-I.D.: gumby.395 Posted: Thu Jun 13 17:28:58 1985 Date-Received: Sat, 15-Jun-85 09:51:11 EDT References: <229@timeinc.UUCP> <549@hou2b.UUCP> <1823@ut-ngp.UTEXAS> Organization: U of Wisconsin CS Dept Lines: 20 If you are using DOS 2.1 or 2.0, you can include a line in your CONFIG.SYS file that says SWITCHAR=- . This will make the forward slash (/) the path seperator, and (-) the switch character. This feature was removed in DOS 3.0, although the system call to set and return the character may still be in place. The problem is that COMMAND.COM reads this character when it starts up, so changing it after startup doesn't buy you anything. Thus, if you are using 3.0 or 3.1, you are s.o.l., but for any version before them, it's no problem. -- Dan Frank Q: What's the difference between an Apple MacIntosh and an Etch-A-Sketch? A: You don't have to shake the Mac to clear the screen.