Hey, fellow computer geeks! Remember when Windows was just a fancy program you ran *after* booting up DOS? Those were the days! If you're still rocking DOS games or need to squeeze every last drop of performance out of your 386 or 486, you gotta know how to tweak your AUTOEXEC.BAT and CONFIG.SYS files. These two little text files are the key to unlocking your PC's full potential! First off, let's talk about CONFIG.SYS. This file loads all your essential drivers and sets up your system's basic configuration. Need to load a CD-ROM driver so you can play *Myst*? CONFIG.SYS is where it's at! Want to maximize your memory for those sweet, sweet graphics in *Doom*? You'll need to load HIMEM.SYS and EMM386.EXE in your CONFIG.SYS file. Messing with this file can be tricky, so always make a backup before you start tinkering! Just copy it to CONFIG.BAK using the command `COPY CONFIG.SYS CONFIG.BAK`. Next up, AUTOEXEC.BAT! This file runs automatically after CONFIG.SYS and is where you set your environment variables, load TSR (Terminate and Stay Resident) programs, and customize your command prompt. Want to add your favorite game directory to your PATH so you can run it from anywhere? AUTOEXEC.BAT is your friend! Need to load your sound card drivers or initialize your mouse? You guessed it, AUTOEXEC.BAT! Remember, the order of commands matters, so experiment to find the best setup for your system. And don't forget to type `MEM /C` at the command prompt to see how your memory is being used. Knowledge is power! So, there you have it! With a little bit of tweaking and a whole lot of experimentation, you can turn your DOS machine into a lean, mean, gaming machine. Now go forth and conquer! Peace out!
© 1995 NetRider95. Best viewed in Netscape Navigator at 800x600.