Creating Autorun files

Wetling23

Senior member
Aug 18, 2001
496
0
0
How can I set a file (on a CD I created) to autorun when I stick it in the CD drive? I'm using NTI to burn the disk.

Thanks.
 

CurtOien

Golden Member
Oct 9, 1999
1,948
0
0
Try this,

Use notepad to make a file called "autorun.inf" containing:

[autorun]
Open="what you want here"
Icon="what you want here"

With out the quotes.

put this on the CD

I made a CD to auto start an HTML page with this method and for the "Open=" I found an exe called "SHELEXEC.EXE"
so I had "Open=SHELEXEC NAME OF FILE.HTML"