Let me give a little background:
We have client computers for public access and network print servers (all running XP Pro). We use special software to allow them to print (there's a module for the clients and one for the servers). The software only runs when the computer is logged in, though (it starts on its own once the computer is logged in).
We need the public clients to log in automatically when booted. We are thus also setting the print servers to log on automatically. However, if the client modules start before the print server modules are ready, then the clients cannot connect to the servers in order to print (and they must be rebooted before the users can print).
This becomes a problem when we have power outages (which are quite frequent here), because there's a chance that a good number of the clients will login before the servers have had a chance to. Therefore, if we can insert a delay into the boot-auto login process for the clients (computer boots, waits 30 seconds, then logs on), then we'd be in good shape.
Do you know if/how this can be done?