The original would NOT auto play. But I could and can play it fine by
opening Media Player and selecting the disk as input directly. It
also plays on my stand-alone players fine. But I want it to auto play
on my computer. Hence I thought if could un compress the ISO image
(#1), which I did, add auto run.inf and vcd.asx, re-make the VCD disk
- that then maybe I could get a disk that not only still plays on my
stand alone Players, but would now auto play on my computer as well.
Thank goodness! it's getting somewhere <bg>
- If it auto-play on stand-alone DVD player then it's a perfect working VCD,
it doesn't need to do anything else to it.
- No, unlike computer VIDEO has its own requirement and .INF or .ASX isn't
part of it, so it won't even see it. Also, if you want to create an
auto-run for computer program then you will need to tell the .INF what
program to load else it wouldn't do anything either.
- And as I have mentioned several times before, *if* the working VCD doesn't
auto-play on your PC then there must be some SETTING on your computer to
tell the CD-ROM to auto-play when it detects the CD/DVD.
But it still won't auto-play because it will need to know which program to
auto-play the video. So you will need a working combination of Hardware &
Software for it to work.
If you don't get the above setup correctly then burning to CD-RW or
mounting to VirtualCD won't do anything, because there is no communication
between hardware and software.
That's what it does, but I wanted to make it auto play on the PC.
And that's what we need to know before we can be able to figure out
something else. And I have repeated the similar questions several times but
just can't get any answer from you said:
I guess I mis-stated here. Sorry. The modified disk (with auto
run.inf and vcd .asx files added) loads and stops. The original plays
on the stand-alone DVD player fine.
As I mentioned above adding anything else to the VCD or DVD won't do
anything because the CD/DVD designed to read only specific extention.
I dunno, if you want to mess with the computer auto-run then I guess it
probably possible if you can add the command to the .INF to
1. Auto-load the MS MediaPlayer
2. Then tell it to load whatever video file from whatever folder.
-NOTE- I don't know the command, but I can give you an example
run c:\windows\msplayer.exe d:\video\Jethro.mpg
-To tell the computer to load MSPlayer.exe from C:\Windows. If you have
MSPlayer.exe on other drive/folder then it won't work
- Then tell MSPlayer.exe to load Jetho.mpg from D:\Video. And it won't work
if your CD is other drive letter instead of D:
... then you may modify the above for better command line like.
Run MSPlayer.exe \video\JeThro.mpg
- This you may need to copt the MSPlayer.exe to the CD and hope it will
understand \video\ is the folder of current drive.