Login: GUEST @ JH4XSY.14.JNET1.JPN.AS [Tsuchiura]
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 ----------