| Dictionary, Encyclopedia and Thesaurus - The Free Dictionary 1,725,416,612 visitors served. |
|
Dictionary/ thesaurus | Medical dictionary | Legal dictionary | Financial dictionary | Acronyms | Idioms | Encyclopedia | Wikipedia encyclopedia | ? |
DOS startup options |
0.03 sec. |
DOS startup optionsStarting with DOS 6, there are multiple startup options for the CONFIG.SYS and AUTOEXEC.BAT files. You can bypass them, decide which lines to execute or set up multiple configurations for selection at startup.
[menu]
menuitem=nonet Select this for no network.
menuitem=net Select this for network.
menudefault=nonet,5 <- default to "nonet" in 5
seconds if no choice made
[nonet] <- configuration block "nonet"
device=c:\driver1.sys <-statements that pertain
device=c:\driver2.sys <-to "nonet"
[net] <- configuration block "net"
device=c:\netdrivr.sys
[common] <- common configuration block
files=40 <-statements that pertain
buffers=20 <-to all configurations
etc.
You may use an include= line in a configuration block that includes all the items in another configuration block. Important! Be sure to put the [common] configuration block last as many install programs add lines to the CONFIG.SYS file. CONFIGURING AUTOEXEC.BAT You can create multiple configurations in AUTOEXEC.BAT, but they must correspond to the CONFIG.SYS configuration blocks. To do this, add the goto %config% line at the end of all common statements in AUTOEXEC.BAT; for example: all common lines in AUTOEXEC.BAT goto %config% :nonet <- be sure to use colon all statements for "nonet" goto end :net all statements for "net" goto end :end <- last line in AUTOEXEC.BAT How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content. |
|
| ? Mentioned in |
|---|
| Encyclopedia |
| Free Tools: |
For surfers:
Free toolbar & extensions |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup | Partner with us |
|---|