OpenBCM V1.08-4-g0592 (Linux)

Login: GUEST @ JH4XSY.13.JNET1.JPN.AS [PM95VU SOK]

Command:
home | newest check | boards | help index | log | ps | userlogin | send sysop | slog | status forward | bcm news | users | version | remove cookie


:::::::::::
:: SLEEP ::
:::::::::::
\: SLE(EP) <seconds>

Command "sleep <seconds>" makes only sense if you use it inside of
importfiles. If an importfile calls another importfile you can use sleep
to wait until second importfile has finished (if you know the time).

test.imp:
----------
o copy send.txt+weather.txt+end.txt  newmail.imp
imp newmail.imp
sleep 10
o del newmail.imp
----------