| << Previous Tip | > Tips Table < | Next Tip >> |
SERVER.EXE Command Line Options
|
| Parameter | Summary | Description |
| -KF8 | Single Step | Single Step through the AUTOEXEC.NCF during startup using F8 key [v5.0 SP6+ / v5.1 SP2+ / v6.x] |
| -NS | No STARTUP.NCF | Do not execute STARTUP.NCF during startup |
| -Sfile | Alt STARTUP.NCF | Startup 'file' to use in place of STARTUP.NCF |
| -NA | No AUTOEXEC.NCF | Do not execute AUTOEXEC.NCF during startup |
| -Afile | Alt AUTOEXEC.NCF | Startup 'file' to use in place of AUTOEXEC.NCF |
| -NDB | No DataBase | Do not open NDS DIB, only load DS.NLM |
| -Bnlm | Alt DS.NLM | Load nlm in place of DS.NLM |
| -NL | No Logo | Do not display graphic logo during startup |
| -L | Logo | Display graphic logo during startup |
| -L* | Load bound | Do not check the startup directory for updated copies of bound NLMs, use bound (patch level) NLMs only |
| -L! | Load from startup | Only load NLMs from the startup directory |
| -LS### | Logger Screen buffer | Set Logger Screen buffer size (### in KB) [v6.x] |
| -#a | Load up to stage 'a' | Process up to load stage 'a' where 'a' is numeric |
| -#a-b | Load stages 'a' to 'b' | Process load stage 'a' to 'b' with 'b' always larger than 'a' (numeric) |
| -#!a | Do not load stage 'a' | Do not process stage 'a' (i.e., skip 'a') |
| -#!a-b | Do not load stages 'a' to 'b' | Process all stages OTHER THAN 'a' to 'b' (i.e., skip 'a' to 'b') with 'b' always larger than 'a' (numeric) |
| -D | Debug | Break into Debugger at startup |
| -Y### | Debug Symbols | Allocate memory for the Debugger symbol table with ### specifying the maximum number of symbols |
|
|
||
| -NWKDEB | Enable the NWKCFG Debug screen for Load Control debug messages | |
| -CON"scrn" | Console Screen |
"scrn" is the name for the 'Boot' screen.
Intended to prevent screen selection (used only for ICS).
If "scrn" is not specified then the name defaults to "BOOTING..." |
| -I | Do Not Invalidate Memory | Do not invalidate memory pages with Blue lightening chips |
| -O | Stack Overrun Detection | Add protection from potential data corruption by NLM Stack Overruns. |
| -P | Use alternate keyboard reset method | |
| -SI | Disable Shared Interrupts | Real Mode processing |
| -V | Verbose mode | Enable extended system information |
| -z"/nss_opts" | NSS options | Specify one or more NSS options (nss_opts to be enabled during startup (or use NSSSTARTUP.CFG) |
| -~## | Set the registry log and screen level display where ## is between 1 and 10 | |
|
|
||
| << Previous Tip | > Tips Table < | Next Tip >> |