AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Auto Start

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
jamie.ds



Joined: 23 Jul 2008
Posts: 39

PostPosted: Fri Oct 03, 2008 3:38 pm    Post subject: Auto Start Reply with quote

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
View user's profile Send private message
Sivvy



Joined: 21 Jul 2008
Posts: 711
Location: Calgary, AB, Canada

PostPosted: Fri Oct 03, 2008 3:43 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Dra_Gon



Joined: 25 May 2007
Posts: 314

PostPosted: Fri Oct 03, 2008 3:49 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group