On the root of the CD:
autorun.inf
mplayer2.exe
myvideo.mpg
The autorun file reads:
[autorun]
open=mplayer2.exe /play /close /fullscreen \myvideo.mpg
Mike Kujbida
All I'm trying to do is to burn an mpeg 1 file to CD so that it will
>autoplay upon insertion. I've done extensive searches on both the archives
>for this group and on the web. I've tried ev...
webpa
Mike Kujbida
"WEBPA" <we...@aol.com> wrote in message
news:20011205162258...@mb-ck.aol.com...
Eric
"Mike Kujbida" <kujfams...@sympatico.ca> wrote in message
news:9um4l3$9c974$1...@ID-113661.news.dfncis.de...
It's in there. From my original post:
On the root of the CD:
autorun.inf
mplayer2.exe
myvideo.mpg
The autorun file reads:
[autorun]
open=mplayer2.exe /play /close /fullscreen \myvideo.mpg
Is there something wrong with this syntax that I don't know about??
Mike Kujbida
What OS are you using?
Are there any (accidental) trailing spaces after the filename to be played?
"Mike Kujbida" <kujfams...@sympatico.ca> wrote in message
news:Y4zP7.22491$iF3.2...@news20.bellglobal.com...
Oh, great. Now I'm even more frustrated:-(
>
> What OS are you using?
NT4 and W2K (on 2 separate units).
>
> Are there any (accidental) trailing spaces after the filename to be
played?
Not that I can see.
I have a less elegant way of doing this, that might get your thing working. The
reason I figured out this way that I'll explain below, is that I've heard that
you couldn't launch an HTML without a third party tool ??? I thought to myself,
you've gotta be kidding, and I was right.
Create 2 files AUTORON.INF and LAUNCH.BAT
AUTORON.INF
[autorun]
open=launch.bat
icon=icon.ico **OPTIONAL**
LAUNCH.BAT
@echo off
start <FILENAME>.MPG
Well, if you replace the <FILENAME>.MPG with <FILENAME>.HTM, it does start the
default browser with the HTML page. So I beleive that if you put in an MPEG
filename there, it will launch the MPEG with the default MPEG player.
Have an ice day ;)
Bernard
In article <9ulu2f$9a2ce$1...@ID-113661.news.dfncis.de>, Mike Kujbida says...
Do other autorun CD's work in this installation
(like commercial software)?
"Mike Kujbida" <kujfams...@sympatico.ca> wrote in message
news:r1HP7.23974$iF3.2...@news20.bellglobal.com...
Yep. No problems whatsoever.
Mike Kujbida
Mike Kujbida
"Vance Green" <vanc...@covad.net> wrote in message
news:9up503$ti2$1...@newstest.laserlink.net...
Mike Kujbida
<bernard_...@hotmail.com> wrote in message
news:fZPP7.51782$xS6....@www.newsranger.com...
Are you using Notepad to create the file?
If so, try saving with double quotes (") around the
entire filename i.e. "AUTORUN.INF" when doing a Save
As and make sure the entire name is capitalized. Also make
sure you're not saving in Unicode, but ANSI.
If you don't put quotes around the filename, Notepad will
save it as AUTORUN.INF.TXT, which, of course, won't work.
If you're NOT using Notepad, that may also be your problem.
Other text editors may include hidden crap that may be hosing the file.
I'm using EZCDC 3.5 on a Plextor SCSI.
Creating in CDROM-XA mode, if it helps.
Not "closing" the disc.
"Mike Kujbida" <kujfams...@sympatico.ca> wrote in message
news:qAVP7.27169$iF3.2...@news20.bellglobal.com...
Yes.
>
> If so, try saving with double quotes (") around the
> entire filename i.e. "AUTORUN.INF" when doing a Save
> As and make sure the entire name is capitalized. Also make
> sure you're not saving in Unicode, but ANSI.
I'll try the (") thing in capitals. I'll double-check on the ANSI thing.
>
> If you don't put quotes around the filename, Notepad will
> save it as AUTORUN.INF.TXT, which, of course, won't work.
>
I did not know that. I've been doing "file - save as - all files" to get
past the "*.txt" issue. I'll let you know what happens. Thanks.
Mike
Windows cannot find myvideo.mpg.
This program is needed for opening files of type 'File'.
Location of myvideo.mpg
C:\
Yet the autorun file reads:
[autorun]
open=mplayer2.exe/fullscreen/play/close\myvideo.mpg
Is there another program I can use besides Notepad to create this file?
Thanks again for your help.
Mike Kujbida
"Vance Green" <vanc...@covad.net> wrote in message
news:9updu0$rc1$1...@newstest.laserlink.net...
"Mike Kujbida" <kujfams...@sympatico.ca> wrote in message
news:9uqgb3$a608n$1...@ID-113661.news.dfncis.de...
"Mike Kujbida" <kujfams...@sympatico.ca> wrote in message
news:9uqgb3$a608n$1...@ID-113661.news.dfncis.de...
> Still no go Vance. When I try to do as you said, the saved file shows up
as
> plain old Autorun.inf.(no CAPS) and still doesn't work. Should I be
seeing
> it in caps?
> If I try using single quotes at the beginning and end, then it saves it as
> "AUTORUN.INF"".txt.
> Either way, when I insert the CD after burning it, I get the following
> prompt:
>
> Windows cannot find myvideo.mpg.
> This program is needed for opening files of type 'File'.
> Location of myvideo.mpg
> C:\
>
> Yet the autorun file reads:
> [autorun]
> open=mplayer2.exe/fullscreen/play/close\myvideo.mpg
There should be spaces here^^^...is this a typo?
should be:
open=mplayer2.exe /fullscreen /play /close \myvideo.mpg
The error you're getting is a pathname issue, as in Autorun is
running, but can't find the file.
I know you probably covered this in your original post, but
is myvideo.mpg in the root directory of the CD along with
AUTORUN.INF?
Try this:
open=mplayer2.exe /fullscreen /play /close myvideo.mpg
leaving out the backslash before the video filename.
Mike Kujbida
"Vance Green" <vanc...@covad.net> wrote in message
news:9urrve$5td$2...@newstest.laserlink.net...
Mike Kujbida
"Vance Green" <vanc...@covad.net> wrote in message
news:9urrve$5td$2...@newstest.laserlink.net...