![]() |
| [Geek Home] [PC Hints & Tips] [Internet] [Programming] [Nanet Sites] |
Sometimes, due to memory considerations (RAM), etc. you may need to have your computer reboot without loading additional features. For instance, I have 24 MB of RAM on my PC at home, but I use a multiple configuration bootup in my config.sys and autoexec.bat to optionally load my scanner only when I need it. That way my girls can load all those memory intensive CD ROM games and play while I’m at work. At work, I load multiple configurations for programming purposes. I utilize separate environment variables dependent upon which programming environment I’m currently using. I need this mostly for keeping separate classpaths and path statements. But I would say the average user will use this feature to load peripherals only when needed for my FIRST purpose as indicated above. Suggestion: I would first load all of my software and hardware. Then I would alter the config.sys and autoexec.bat files. Most installation routines don’t know how to handle a multi-config setup. How do you setup a Config.sys and Autoexec.bat file to accommodate custom boots? Config.sys - Make a BACKUP before you begin! |
|
Autoexec.bat - Make a BACKUP before you begin! |
|
OTHER NOTES: There is NO return following the SET PATH = ... it only looks that way because it broke to the next line. The path statement must be on one line. To see if your path length exceeds the limits, from the DOS command line prompt type: Another command is: |
|
|
| [Geek Home] [PC Hints & Tips] [Internet] [Programming] [Nanet Sites] |
Modified: 02/11/99 |