I am trying to have a program run at startup from the Starup folder. The problem is that the file is on a server on the LAN, and windows is attempting to launch the program right at startup, before the network has initialized. Because of this it gives an error that the file cannot be accessed. Is there a way to delay the launch of this program until after the network is up?