CONFIG.SYS - CALL Statements: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CFGProject}} | |||
The Call statement in your config.sys file is used to run a program during the boot up. Programs started by Call are executed in the foreground, the boot stops until the program has finished. | The Call statement in your config.sys file is used to run a program during the boot up. Programs started by Call are executed in the foreground, the boot stops until the program has finished. | ||
Line 13: | Line 12: | ||
*[[EQNKRCLD.EXE]] | *[[EQNKRCLD.EXE]] | ||
*[[EQNRCLD.EXE]] | *[[EQNRCLD.EXE]] | ||
*[[IFX.EXE]] | |||
*[[INIFLAG.EXE]] | *[[INIFLAG.EXE]] | ||
*[[ISDNLOAD.EXE]] | *[[ISDNLOAD.EXE]] |
Latest revision as of 16:51, 1 December 2017
The Config.sys Documentation Project |
---|
The Call statement in your config.sys file is used to run a program during the boot up. Programs started by Call are executed in the foreground, the boot stops until the program has finished.