Tomasz Chmielewski wrote: > Mark Nienberg schrieb: >> Tomasz Chmielewski wrote: >> I have also been experimenting with the offline mode as you suggested. I wrote a >> vbscript program to implement a delay and wanted to use it as the custom script but I >> could not get it to work. The test complains about a bad path. > > Is the script on the server? > If there is no network yet, it will always complain about a bad path? > > >> I tried to set the >> custom script to: >> >> cscript C:\delay.vbs 15 >> >> Where the 15 is seconds for the delay. > > Wouldn't be "ping -n 15 127.0.0.1" easier? OK, I tried that too, but the log shows that no wait actually happens and if I use the "test" feature in the client setup is shows a failure. I can't get any kind of custom script to run. Mark |