HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > DVD > DVD Recordables

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 11-02-2007, 07:38 PM
funkychateau
 
Posts: n/a
Default Authoring DVD Using Nero - Can't Do "Auto Start"

I'm using Nerovision Express (Nero 6) to create DVDs from WMV files
saved by Windows Moviemaker, and I cannot get the "Autostart after xx
Seconds" box to become active. It is "grayed out" no matter what
combination of settings I choose.

I want to create my DVD, have the menu run for about 30 seconds, and
then auto-start if the user does not press "play". I can select
"don't create a menu" and it "auto-starts" immediately, or I can
create a menu with a button and have it never auto-start, but I can't
seem to have a menu button that auto-starts after a delay. The option
appears to be there in Nero, but I can't check auto-start because it
is grayed out.

What's the trick?

best regards,

Martin

Reply With Quote
Sponsored Links
  #2  
Old 11-02-2007, 09:28 PM
CSM1
 
Posts: n/a
Default Re: Authoring DVD Using Nero - Can't Do "Auto Start"

"funkychateau" <funkychateau@yahoo.com> wrote in message
news:1194032285.400715.232170@v3g2000hsg.googlegro ups.com...
> I'm using Nerovision Express (Nero 6) to create DVDs from WMV files
> saved by Windows Moviemaker, and I cannot get the "Autostart after xx
> Seconds" box to become active. It is "grayed out" no matter what
> combination of settings I choose.
>
> I want to create my DVD, have the menu run for about 30 seconds, and
> then auto-start if the user does not press "play". I can select
> "don't create a menu" and it "auto-starts" immediately, or I can
> create a menu with a button and have it never auto-start, but I can't
> seem to have a menu button that auto-starts after a delay. The option
> appears to be there in Nero, but I can't check auto-start because it
> is grayed out.
>
> What's the trick?
>
> best regards,
>
> Martin


The "trick" is a text file named autorun.inf.

You put it in the root of the CD/DVD.

You create it with NotePad or WordPad.
The format is:

[autorun]
open=filename
icon=filename, 1

filename must be an executable file include the extension. Filename can be a
full path to the executable.
Icon is optional.

Be aware that Autoplay has been changed in Vista. It does not work the same
way.

And Autoplay can be disabled on the users computer.

--
CSM1
http://www.carlmcmillan.com
--

>


Reply With Quote
  #3  
Old 11-02-2007, 09:51 PM
Netmask
 
Posts: n/a
Default Re: Authoring DVD Using Nero - Can't Do "Auto Start"


"CSM1" <nomail@nomoremail.com> wrote in message
news:vEMWi.2573$yV6.1148@newssvr25.news.prodigy.ne t...
> "funkychateau" <funkychateau@yahoo.com> wrote in message
> news:1194032285.400715.232170@v3g2000hsg.googlegro ups.com...
>> I'm using Nerovision Express (Nero 6) to create DVDs from WMV files
>> saved by Windows Moviemaker, and I cannot get the "Autostart after xx
>> Seconds" box to become active. It is "grayed out" no matter what
>> combination of settings I choose.
>>
>> I want to create my DVD, have the menu run for about 30 seconds, and
>> then auto-start if the user does not press "play". I can select
>> "don't create a menu" and it "auto-starts" immediately, or I can
>> create a menu with a button and have it never auto-start, but I can't
>> seem to have a menu button that auto-starts after a delay. The option
>> appears to be there in Nero, but I can't check auto-start because it
>> is grayed out.
>>
>> What's the trick?
>>
>> best regards,
>>
>> Martin

>
> The "trick" is a text file named autorun.inf.
>
> You put it in the root of the CD/DVD.
>
> You create it with NotePad or WordPad.
> The format is:
>
> [autorun]
> open=filename
> icon=filename, 1
>
> filename must be an executable file include the extension. Filename can be
> a full path to the executable.
> Icon is optional.
>
> Be aware that Autoplay has been changed in Vista. It does not work the
> same way.
>
> And Autoplay can be disabled on the users computer.
>
> --
> CSM1
> http://www.carlmcmillan.com
> --
>
>>



I don't think that info is correct for a conventional DVD - yes for a CD.
I have yet to see a commercial DVD with the

[autorun]
open=filename
icon=filename, 1

convention - rather I suspect it is the way Windows is configured also the
PGC parameters need to be edited. Try PgcEdit and IFOEdit.

The auto run convention would certainly run on a DVD data disc with say
software install but not a normal media DVD as the DVD player responds to
the navigation commands determined by the IFO files


Reply With Quote
  #4  
Old 11-02-2007, 10:02 PM
funkychateau
 
Posts: n/a
Default Re: Authoring DVD Using Nero - Can't Do "Auto Start"

On Nov 2, 4:28 pm, "CSM1" <nom...@nomoremail.com> wrote:
> "funkychateau" <funkychat...@yahoo.com> wrote in message
>
> news:1194032285.400715.232170@v3g2000hsg.googlegro ups.com...
>
>
>
>
>
> > I'm using Nerovision Express (Nero 6) to create DVDs from WMV files
> > saved by Windows Moviemaker, and I cannot get the "Autostart after xx
> > Seconds" box to become active. It is "grayed out" no matter what
> > combination of settings I choose.

>
> > I want to create my DVD, have the menu run for about 30 seconds, and
> > then auto-start if the user does not press "play". I can select
> > "don't create a menu" and it "auto-starts" immediately, or I can
> > create a menu with a button and have it never auto-start, but I can't
> > seem to have a menu button that auto-starts after a delay. The option
> > appears to be there in Nero, but I can't check auto-start because it
> > is grayed out.

>
> > What's the trick?

>
> > best regards,

>
> > Martin

>
> The "trick" is a text file named autorun.inf.
>
> You put it in the root of the CD/DVD.
>
> You create it with NotePad or WordPad.
> The format is:
>
> [autorun]
> open=filename
> icon=filename, 1
>
> filename must be an executable file include the extension. Filename can be a
> full path to the executable.
> Icon is optional.
>
> Be aware that Autoplay has been changed in Vista. It does not work the same
> way.
>
> And Autoplay can be disabled on the users computer.
>
> --
> CSM1http://www.carlmcmillan.com
> --
>
>
>
> - Hide quoted text -
>
> - Show quoted text -- Hide quoted text -
>
> - Show quoted text -


I believe you misunderstood. This is a video DVD, to be played on a
television using a standard DVD player. The auto-start function is an
option in the NeroVision authoring software.

thanks anyway,

Martin

Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
virus? start menu "control panel" link exe's "create shortcut" Bill Rowland Windows XP 0 09-17-2007 03:58 AM
Solved: Nero CD Copy error "path is invalid" FUBARinSFO CD Recording 0 09-13-2007 02:07 AM
Dropping "simulation" in order to burn with Nero! Eddy CD Recording 2 08-22-2007 10:18 AM
can't find the "search" and "run" comands in the start menu bruce Windows XP Basics 4 08-04-2007 07:39 PM
WinXP won't start "because file is missing or corupt" HAL.DLL" Craig Sharrow Windows XP Installation 1 04-18-2007 05:22 AM


All times are GMT. The time now is 04:30 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger