Is there a way to make an Autorun.inf that will run an AVI file.
Autorun.inf can only be used to run an EXE file. However is there a script I can throw in there to open an AVI that will be compatible with all versions of Windows?
This does not work. It give an error that the destination can not be found.
when I alter this line to give the exact location of mplayer2.exe (C:\program files\windows media player\mplayer2.exe) it opens the media player but does not open the file.
[autorun]
open=start mplayer2.exe /fullscreen /play /close \video.avi
There is software out there that can get this to work, I just wanted to be sure that I am not wasting my money on software when I can take care of this with a simple line of code in the autorun.inf file.
Thank you,
21
Autorun.inf can only be used to run an EXE file. However is there a script I can throw in there to open an AVI that will be compatible with all versions of Windows?
This does not work. It give an error that the destination can not be found.
when I alter this line to give the exact location of mplayer2.exe (C:\program files\windows media player\mplayer2.exe) it opens the media player but does not open the file.
[autorun]
open=start mplayer2.exe /fullscreen /play /close \video.avi
There is software out there that can get this to work, I just wanted to be sure that I am not wasting my money on software when I can take care of this with a simple line of code in the autorun.inf file.
Thank you,
21
