Jump to content

AUTORUN


Recommended Posts

I want to autorun a CD with my APP. For digital photo printing computers (WIN 2000 and AUTORUN enabled)

Please let me know how

Cheers, Hypoz

ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search

Link to comment
Share on other sites

Autorun files are just inf files.

A quick file is

[autorun]
open=autorun.exe
icon=autorun.exe

This will run a program call autorun.exe from the root of the drive, and make the drive's icon look like the autorun's icon.

Just save that as autorun.inf in the root of the drive.

Edited by Richard Robertson
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...