how do i get this autorun to work right - TechRepublic
General discussion
November 26, 2001 at 02:02 AM
djoubert

how do i get this autorun to work right

by djoubert . Updated 24 years, 1 month ago

i wrote an autorun .inf file for a CD-ROM, but it starts the app twice when you put in the CD-rom, the file itself is as simple as possible. it only uses 1 line to run the open command and then thats it. How can i get it to stop it from starting twice?

here is the contents of the file autorun.inf

——————
[autorun]
open = cief.exe

——————

thats all.

help please

This discussion is locked

All Comments