Posts: 11
Joined: Sep 2008
Reputation:
0
How do I have XBMC load up when my PC boots up windows so I don't have to grab my mouse and launch the program?
Posts: 40
Joined: Jul 2008
Reputation:
0
Create a shortcut to XBMC and drag that shortcut to your "Startup" folder. To access your Startup folder, just click on "Start", "Programs", and finally "Startup".
Posts: 65
Joined: Aug 2008
Reputation:
0
If you use a batch file to launch XBMC, you can add the following line in front of the XBMC.exe to delay X number of seconds.
ping 1.1.1.1 -n 1 -w XX000
For 25 seconds, you'd use
ping 1.1.1.1 -n 1 -w 25000
For 60 seconds, you'd use
ping 1.1.1.1 -n 1 -w 60000