navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Autorun on USB Flash Disk

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Autorun on USB Flash Disk
Page: [1]
 
Dario

 

Posts: 90
Joined: 3/27/2002
From: Minneapolis, MN, USA
Status: offline

 
Autorun on USB Flash Disk - 10/12/2004 11:56:00   
Has anyone come across a solution for making a USB Flash (Removable) Disk to run a file (such as AUTORUN.INF) automatically?

I have done this on CD-ROM that would run a website-on-CD automatically. But now we want to give promotional USB Flash Disks (containing our website) to our customers.

Thanks for any help,
Dario
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Autorun on USB Flash Disk - 10/12/2004 13:46:34   
something like this?

http://www.torosoftware.com/autorun.asp



_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Dario)
Dario

 

Posts: 90
Joined: 3/27/2002
From: Minneapolis, MN, USA
Status: offline

 
RE: Autorun on USB Flash Disk - 10/12/2004 16:19:14   
Bobby,

Thanks for the reply! I have downloaded that software to test it out. It is not clear to me that if that software needs to reside on the USB stick itself (so it would be independent of the PC) or needs to reside on a PC where USB is being inserted into. What do you think?

I'll post the outcome after tests.

Thanks, Dario

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Autorun on USB Flash Disk - 10/12/2004 16:23:52   
I'm not sure...

You may have to distribute a program to install on the PC in order for it to work.

XP doesn't autorun USB drives by default... so it's likely that you'll need a program installed...



_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Dario)
BobbyDouglas

 

Posts: 5469
Joined: 5/15/2003
From: Arizona
Status: offline

 
RE: Autorun on USB Flash Disk - 10/12/2004 17:31:23   
XP doesn't autorun USB drives by default
- Exactly. So basically you shouldn't be able to auto run something.

I do know with my USB Drive it was configured to auto run a particular file (for security reasons). There isn't an option to change what file it auto runs, I think it is something that was set from the MFC.

_____________________________

Arizona Web Design - Mr Bobs Web Design in Arizona
The Arizona Web Hosting Challenge

(in reply to bobby)
peaceful

 

Posts: 1
Joined: 11/3/2005
Status: offline

 
RE: Autorun on USB Flash Disk - 11/4/2005 14:06:31   
I found a usb that easily auto runs from a Japanese compnay called udrw, website is http://www.udrw.com/tour/index.html

has anyone heard of this or used it?

also found one @ netac.com from China

anyone used this before?

(in reply to Dario)
anke

 

Posts: 1
Joined: 10/31/2007
Status: offline

 
RE: Autorun on USB Flash Disk - 10/31/2007 14:22:09   
I've had the same problem a year ago, and found a utility called DeskMount. It enables autorun for ANY kind of drive, without annoying popups etc. I've found it to work better than the torosoft alternative...
You can find it here: http://www.blackbit.net

(in reply to peaceful)
d a v e

 

Posts: 4136
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: Autorun on USB Flash Disk - 10/31/2007 15:00:20   
that's all well and good for your pc but this is for usb's distributed to lots of people who aren't going to install that kind of software just like that.

_____________________________

David Prescott
Gekko web design

(in reply to anke)
treetopsranch

 

Posts: 1058
From: Cottage Grove, OR, USA
Status: offline

 
RE: Autorun on USB Flash Disk - 10/31/2007 18:37:48   
I use a SanDisk U3 USB drive and it loads Roboform automatically so it must be possible to do a autorun for any program on that drive. (But I don't know how it is done.)

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to d a v e)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Autorun on USB Flash Disk - 11/1/2007 18:28:32   
Try this lot

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to treetopsranch)
DebSpecs

 

Posts: 108
Joined: 1/4/2007
From: NY
Status: offline

 
RE: Autorun on USB Flash Disk - 11/6/2007 17:54:05   
If you download the "USB flashdrive manager" from Windows, then go to the "settings" tab, there is a check box that reads:
"Include Runtime components when making a USB flash drive autorun. This option allows the application to run on windows systems that do not have the required components."
So perhaps you can install something on the flash drive itself that will instruct the OS (at least in this example, various Windows OS) to autorun.

(in reply to jaybee)
nosenra

 

Posts: 2
Joined: 6/12/2008
Status: offline

 
RE: Autorun on USB Flash Disk - 6/12/2008 5:19:23   
I was able to figure out how to make Windows XP and Vista automatically load your desired program, without giving the selection box that comes up when you put the "action=" line in your autorun.inf

Just make sure these three lines are in your autorun.inf

open=program-of-your-choice.exe
shell\open\command=program-of-your-choice.exe
useautoplay=1

Of course, this will not work if autorun is disabled, or if the user holds down the shift key while inserting the usb drive.

(in reply to Dario)
nosenra

 

Posts: 2
Joined: 6/12/2008
Status: offline

 
RE: Autorun on USB Flash Disk - 6/12/2008 5:28:58   
I just realized, you could also open a specific website.

Just use this:

open=firefox.exe "http://www.mozilla.com/"
shell\open\command=firefox.exe "http://www.mozilla.com/"
useautoplay=1

or whatever browser you prefer.

(in reply to nosenra)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Autorun on USB Flash Disk
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts