how to create autorun cd with .wmv file?

Discussion in 'CD-R' started by carinik, Aug 25, 2005.

  1. carinik

    carinik Member

    Joined:
    Aug 25, 2005
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    I want to create cd with wmv. movie, so when someone insert cd, movie should start playing in windows media player on full screen...if someone can help me, please, explain me step by step thanx..mario
     
  2. djscoop

    djscoop Active member

    Joined:
    Feb 6, 2003
    Messages:
    4,051
    Likes Received:
    0
    Trophy Points:
    66
    create a new text document in notepad. type this:

    [autorun]
    OPEN=filename.wmv /AUTORUN

    now rename this text file to autorun.inf. Burn that to the CD with the video file (making sure the video filename matches that in the autorun file) and it should load when the CD is inserted.
     
  3. carinik

    carinik Member

    Joined:
    Aug 25, 2005
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    No way....already try this. And, even if it's work, don't think it will be played in fullscreen.
     
  4. djscoop

    djscoop Active member

    Joined:
    Feb 6, 2003
    Messages:
    4,051
    Likes Received:
    0
    Trophy Points:
    66
    hmmm, perhaps the autorun feature only works for .exe files...

    even so, you're not going to find something that can make WMP automatically do full screen, unless WMP is default for full screen.
     
  5. carinik

    carinik Member

    Joined:
    Aug 25, 2005
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    With:
    [autorun]
    ShellExecute=wmplayer
    Automatically opening windows media player...maybe is possiblle to add some another command to start wmv files?
     
  6. djscoop

    djscoop Active member

    Joined:
    Feb 6, 2003
    Messages:
    4,051
    Likes Received:
    0
    Trophy Points:
    66
    oh there ya go!

    if you can program it to do keyboard commands, you might be able to make it do fullscreen, because all you need is alt+enter, so perhaps its possible. try googling autorun for some definitions or something
     

Share This Page