Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site isucs1.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!stolaf!umn-cs!isucs1!dueland From: dueland@isucs1.UUCP Newsgroups: net.micro.pc Subject: autoexec.bat, switchar Message-ID: <467@isucs1.UUCP> Date: Tue, 15-Oct-85 04:02:37 EDT Article-I.D.: isucs1.467 Posted: Tue Oct 15 04:02:37 1985 Date-Received: Thu, 17-Oct-85 01:30:57 EDT Sender: notes@isucs1.UUCP Organization: Iowa State University Lines: 28 Nf-ID: #N:isucs1:10600016:000:781 Nf-From: isucs1!dueland Oct 14 21:23:00 1985 The MS-DOS switchar can be set to act like Unix by putting the line SWITCHAR=- in your config.sys file. If you change your AUTOEXEC.BAT file alot, you probably know that this particular sequence of letters is amazingly hard to type. You can change the name of batch file executed by using DEBUG on COMMAND.COM. It's easy: /* I changed mine to EX.BAT */ 1.) debug command.com 2.) s cs:100 2000 "AUTOEXEC" /* debug will print two numbers separated by a colon - */ for example - 1723:08F3 3.) e cs:08F3 "EX " /* 08F3 should be replaced by your value */ 4.) w 5.) q Ray Dueland @ Iowa State University UUCP: {okstate|umn-cs}!isucs1!dueland CSNET: dueland@iowa-state "Don't do anything I wouldn't do" - Hunter S. Thompson