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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
