Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version VT1.00C 11/1/84; site vortex.UUCP Path: utzoo!linus!decvax!vortex!lauren From: lauren@vortex.UUCP (Lauren Weinstein) Newsgroups: net.micro.pc Subject: Re: How do you set switchchar on the AT? Message-ID: <486@vortex.UUCP> Date: Fri, 28-Dec-84 21:14:06 EST Article-I.D.: vortex.486 Posted: Fri Dec 28 21:14:06 1984 Date-Received: Sat, 29-Dec-84 23:19:37 EST References: <1977@pegasus.UUCP> Organization: Vortex Technology, Los Angeles Lines: 9 Under MSDOS 3.0: To set the switchar: Call with ah=0x37, al=1, dl=desired switchar (typically '-') To find out the current switchar: Call with ah=0x37, al=0, dl returns switchar. --Lauren--