• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Customizing Autorun

Zucarita9000

Golden Member
I have an external USB hard drive and I''d like to launch my backup application when I turn it on. Windows only lets me select a few actions, such as "Browse folder" and so on.

What I want is to launch a specific application (SecondCopy 2000, btw). How can I do it? Would writing an autorun.inf file work?
 
Yup, it's on my main hard drive.

I put this "autorun.inf" file on the drive:

[autorun]
open=C:\Program files\SecCopy\SecCopy.exe

Now, whenever I turn on the drive, Windows will start looking for start up app. A dialog box then appears asking me what I'd like to do, and one of the options is "Run the application provided by the device". When selecting this, SecondCopy starts up.

I'd like to not have to select the action everytime, I want the app to start by itself.
 
Back
Top