Therefore when the cd is inserted I need two files to open (movie.mswmm AND instructions.txt). I have googled about autoplay and I have found out that you can only get one program to open through the autoplay.inf file. So instead I have complied a .bat file which is as follows:
CODE
start movie.mswmm
start instructions.txt
exit
start instructions.txt
exit
It opens the files and then closes the command prompt window, opening the movie file first and the instructions after so they are on top of the movie window.
My autoplay file is as follows:
CODE
[autoplay]
File = core_files/Begin.bat
Icon = core_files/cd_icon.ico
File = core_files/Begin.bat
Icon = core_files/cd_icon.ico
Instead of the usual ordinary cd icon which is displayed, it shows my chosen icon and the code starts the bat file when the cd is insterted.
So, can I have confirmation on my coding before I risk mucking up my computer and cd?

