Hi,
I would just like to know how to get a dvd player to run my autoplay script when loading on a pc. I want a dvd video that would play on the stand alones along with a dvd that can play on the pc. I have already placed a data folder in the with the audio and video folders; however, i just wanted to know if i put an autoplay script in the data folder would the computer load the script. I would like to have a pop up menu when the dvd is placed in the pc
+ Reply to Thread
Results 1 to 18 of 18
-
How's My English?
-
It is the same as for a CD. Create file called autorun.inf
Open it in notepad and enter the following lines
Code:[autorun] open={yourscriptnamehere}
Read my blog here.
-
YA LIE!!!!
and here I was doubting myself. So once there is an autorun file on the dvd the OS looks for it first when the dvd is loaded?How's My English? -
Originally Posted by wan2no
-
Theres's a little more to it than that.
Yes, It needs to be in the root folder, and follow the AUTORUN.INF conventions (which you should check out--look at Microsoft's info on this). As noted, you also have to have autoplay turned on, and that drive has to be ok for autoplay. Next, you need to know if there is already a resident (running) app that checks discs for DVD-Video/VCD/AudioCD and plays them automatically. This would include WinDVD, PowerDVD, RoxioPlayer, some RealPlayers, HP's "Q DVD", etc. If they ARE resident, you'll have a conflict of interest--which should run 1st?
Sometimes it's the resident program, sometimes the autorun, sometimes neither, sometimes it can freeze/stall for a while.
So, you takes your chances...
Scott -
And for the ones who find the Autorun feature quite annoying:
Run regedit.exe, goto
"HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ Cdrom",
open "AutoRunAlwaysDisable", add the name of your DVD-writer to the list.
Reboot your computer, and enjoy. -
that is very interesting.
I do not mean to stray from the topic but if i wanted to write a program for instance say in flash or C# so that when the dvd is placed in the pc a program loads with a welcome screen, which has a load of options, and one of the options is play the movie option. How would I be able to play the movie? Do i need to leave a copy of the video in the data folder or is there a way that i can load straight from the .IFO file so that I can actually play the DVD and not just the video.How's My English? -
Originally Posted by wan2no
Something like
D:\VideoLan\vlc.exe dvd://x:
but obviously use some variables for the drive names. -
It would have to be the portable version of VLC ( http://portableapps.com/news/2008-06-07_-_vlc_media_player_portable_0.8.6h ), otherwise you would have to force an install before you could play.
Read my blog here.
-
ok but isn't that just opening the program and then the user would have to load the dvd itself?
How's My English? -
Originally Posted by wan2no
I'd have to look up the syntax to get it to use the default drive -- it's X: on mine, could be D: on yours, for instance. -
If you just want to play the DVD, wouldn't Media Player Classic be a simpler choice ? it is just a single executable and loads much faster than VLC portable.
Read my blog here.
-
Thanks alot for the advice.
Can the same thing be done with audio cd's, that is, will an audio cd still play if i place a program and an autorun script on it.How's My English? -
No. Audio CDs are a very different proposition entirely. If you made them data CDs with all the audio encoded as MP3, for example, you could do it. But it is far more difficult to make a true audio CD that will play in a CD player and also have software on it. DVDs were designed to allow this, CDs were not, which is why some cds with copy protection software on board were forbidden to carry the CD Audio logo - they were not true audio CDs.
Read my blog here.
-
Is there a way that I can get the autoplay script to relatively load the program for instance instead of , can i have vlc.exe dvd://x ,if I am correct, so that I can save myself the hassel of not getting the right drive. I know that I may have my dvd drive as D: but you may have 3 or 4 dvd's or you may have an external dvd player and the chances of you having the reserved letter "d" you may get "f","g", "h" or even "k".
Yes, I know i left out "i" and "j"
.
How's My English?
Similar Threads
-
To Script or Not To Script, that is the Question... (Custom Videos)
By TheMcD in forum EditingReplies: 2Last Post: 21st Oct 2010, 10:11 -
How to create and run a script to do this?
By alc112 in forum EditingReplies: 2Last Post: 7th Aug 2010, 22:12 -
Is it possible to burn MP4 video file in CD-R and run it on my DVD player?
By gregnovella in forum Newbie / General discussionsReplies: 4Last Post: 30th Jul 2009, 13:54 -
Need a video card that will run s-video and vga at the same time
By fordguy in forum ComputerReplies: 4Last Post: 22nd Mar 2008, 10:42 -
How can I autoplay a .flv video on Screencast?
By add2it in forum Video Streaming DownloadingReplies: 3Last Post: 7th Mar 2008, 12:19