Asked this on the Ars Forums and struck out...perhaps there might be someone here more knowledgeable...
Have started a collection of DVD movies ripped to CD-ROM with the DIVX;-) codec. Along with the movie, I usually add a autorun.inf file to the CD so it will start up simply by placing the CD-ROM in the drive. Notepad file looks like-
[autorun]
open=start mplayer2.exe /fullscreen /play /close \myvideo.avi
For WinME and Win98 it works like a charm. However, in W2K it errors out, saying that it cannot find the device or path. If I substitute the full path to the CD-ROM file in the line-
[autorun]
open=start mplayer2.exe /fullscreen /play /close E:\myvideo.avi
-it works. However, specifying exact path is not good, as this will of course err out on a system where I put the CD into, say, the 'D' drive instead. Bottom line...what would be a command line to autostart in W2K without having to specify a full path??? The best suggestion from the Ars gang was to use one of the autostart programs, which gives a fancy splash screen and even a menu. I feel these programs are too large, and like the simplicity of a autorun file...
Any ideas??
[This message has been edited by EchoWars (edited 19 April 2001).]
Have started a collection of DVD movies ripped to CD-ROM with the DIVX;-) codec. Along with the movie, I usually add a autorun.inf file to the CD so it will start up simply by placing the CD-ROM in the drive. Notepad file looks like-
[autorun]
open=start mplayer2.exe /fullscreen /play /close \myvideo.avi
For WinME and Win98 it works like a charm. However, in W2K it errors out, saying that it cannot find the device or path. If I substitute the full path to the CD-ROM file in the line-
[autorun]
open=start mplayer2.exe /fullscreen /play /close E:\myvideo.avi
-it works. However, specifying exact path is not good, as this will of course err out on a system where I put the CD into, say, the 'D' drive instead. Bottom line...what would be a command line to autostart in W2K without having to specify a full path??? The best suggestion from the Ars gang was to use one of the autostart programs, which gives a fancy splash screen and even a menu. I feel these programs are too large, and like the simplicity of a autorun file...
Any ideas??
[This message has been edited by EchoWars (edited 19 April 2001).]
Comment