CONFIG.SYS - CALL Statements: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
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. | ||
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.