| View previous topic :: View next topic |
| Author |
Message |
jamie.ds
Joined: 23 Jul 2008 Posts: 39
|
Posted: Fri Oct 03, 2008 3:38 pm Post subject: Auto Start |
|
|
| Ok i want to make a script auto start when i plug my USB into the PC. So the script i want to start is on the USB and when i plug it into the PC it starts without me having to run it. Any help? |
|
| Back to top |
|
 |
Sivvy
Joined: 21 Jul 2008 Posts: 711 Location: Calgary, AB, Canada
|
Posted: Fri Oct 03, 2008 3:43 pm Post subject: |
|
|
| This question has been answered many times... In fact many times in the last 3 weeks. Do a forum search... Look for "AutoRun.inf" I believe. |
|
| Back to top |
|
 |
Dra_Gon
Joined: 25 May 2007 Posts: 314
|
Posted: Fri Oct 03, 2008 3:49 pm Post subject: |
|
|
In the root of your USB drive, put in a file called "Autorun.inf". In mine is:
| Code: | [Autorun]
Open=QLaunch.exe ; This is my App Launch program but you could put any program which is on your drive. |
This, unfortunately, hasn't worked on the public computers I frequent but it should work on home computers {unless they're configured not to allow it}. Also, make sure you put in the path. You can find out some more here, or google "Autorun.inf" if that doesn't do it for ya.
I hope this helps!
Ciao,
Dra'Gon _________________
For a good laugh {hopefully} >> megamatts.50megs.com
My WritersCafe profile>>
http://www.writerscafe.org/writers/BlueDragonFire/ |
|
| Back to top |
|
 |
|