AUTORUN CD FOR VIDEO You can make an "autorun" CD by including a copy of Windows Mplayer2.exe, the Mpeg file you wish to play and the proper "autorun" inf file. I've done it often. The Mplayer2.exe is only a 5K file. When you are done, the disc should load and run in a windows computer that has it's CDROM drive set for "auto insert notification" This might be a solution for you. Here how. (Pay attention to the syntax) Burn a normal "data" CD with the following files in the root of it. Mplayer2.exe autorun.inf yourvideo.asf You should be able to find Mplayer2.exe in your windows folder (do a search for it) The autorun.inf should look like this: [autorun] open=mplayer2.exe /play /close /fullscreen \yourfile.mpg Use notepad or some other ascii editor to create the autorun.inf file just as above. Save it as autorun.inf. Then burn it along with Mplayer2.exe and your video (yourfile.mpg) to the root directory of the CD. Those parameters will cause it to autostart, play the video at full screen and then close it at finish.