Peter Hartmann wrote: > We have a wireless setup. The WPGK Service isn't running at startup > I believe because the wireless service hasn't started yet. ....no > access to the share. Can I delay it a bit? Can i add in a "sleep" > command somewhere? Or do have to have a local bat file with this? > > @ECHO OFF > sleep 300 > net start "WPKG Service" What user do you run it as (local SYSTEM)? Did you try to do a delay in "execute before"? Like ping -n 60 127.0.0.1 -- Tomasz Chmielewski http://wpkg.org _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |