WAITLOAD.NLM  2,781  10-07-98  1:00p


Description
Utility for Novell NetWare v4.x and v3.12 servers that type console command after short waiting. Command is sent to the console exactly like you type it from the keyboard.

Using
At the file server console type:
load waitload <n> "command line" to start a waiting command
unload waitload to remove all waiting commands immediately
load waitload /? to get help

<n> = time in range 1 .. 3600 seconds to wait before start of command
command = console command executed after <n> seconds

  • Module can be loaded re-entrantly up to 15 times.
  • Maximum command length is 31 characters.
  • Use pair of quotes to preserve spaces in the waiting command.

Example
  • Start NPRINTER.NLM as printer 0 from AUTOEXEC.NCF after 20 seconds delay to make sure that previously loaded PSERVER PS1 has been successfully initialized:
    load waitload 20 "load nprinter ps1 0"

Disclaimer
This program is freeware and FW4NW is not responsible for any damages or losts by using this program. You should test it carefully before using it on a server with live data.

Home Page