|
::::::::::::::::
:: DOSPREEXEC ::
::::::::::::::::
(sysop, only DOS, option _PREPOSTEXEC in config.h)
Syntax: dospreexec [ OFF | <Befehl> ]
(Default: OFF)
Use an external watchdog. If you use "shroom" when doing an oshell command,
the internal watchdog is switched off. Therefore you can use an external
watchdog, e.g. AUTOBOOT
ftp://ftp.gu.net/pub/dos/fido/robots/autoboot.zip
Example:
autoexec.bat:
autoboot /sit 600 /alr 580 /fos 0
init.bcm:
dospreexec autoboot /dos 0 >nul
dospostexec autoboot /dos 1 >nul
The command doesn't suppress the output, so if you don't like an output add
">nul" at the end of the command or you can transfer the output to a logfile,
e.g. with "> c:\watchdog.log".
See also HELP DOSPOSTEXEC
| |