When the server restarts, I need to kick off a process in a form of a batch file (that basically preloads a bunch of data that will be needed later).
I haven't found an effective way to do this (other than write a Windows service). Am I missing something simple?

