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