right click the desktop, new, text file. Rename the file to run.bat, and click yes on the file type change dialog.
Then place the text in the file that was mentioned before. Then place the file in the startup folder on the start menu.
That will run every time the machine reboots.
You can also place it in the registy so that it runs as the GUI loads. HKLM\software\microsoft\windows\currentversion\run is the key to place things in for that reason.
Good luck