HOWTO: Delay autostart of a program with batch file
Posted by: Peter Brombergs UnBlog,
on 02 Jul 2008 |
View original | Bookmarked: 0 time(s)
This is kind of an interesting little exercise that came from our eggheadcafe.com forums and I thought Id write it up for posterity: User has some sort of logging program (not a service) that depends on SQL Server being up and running in order to do its work. Problem is, the little proggie is starting to work before the SQL Server service does on bootup. So the user is asking how you can delay the start of the proggie. Being my helpful self, I advised him to write a .NET console app, have the app...