• 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.

Creating Autorun files

Wetling23

Senior member
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.
 
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"
 
Back
Top