PDA

View Full Version : AUTORUN.inf


crow
24th September 2002, 01:03
I'm having trouble get "wmplayer.exe" to open when I put a disk in my PC.

command line code:

[autorun]
open=wmplayer.exe my movie.avi

I have had know problem using Micro DVD 1.2 player.
Does anyone know the command line code to get wmplayer to auto start & get the movie to start upon disk insertion...

Help please.........

I[Micro DVD Ini File]



[MAIN]
Title=SpyKids
ID=spys101
Delay=-1



[MOVIE]
Directory=.
AVIName=SpyKids.avi
[MENU]
Directory=.
AVIName=Menu.avi
Size=640,480
StartPage=1
MenuPage=2



[CHAPTERS]
1=0 The Two Spies Who Fell In Love
2=12746 Butterfingers
3=14318 Floop's Fooglies
4=16166 What's So Special About Being A Cortez?
5=18770 Floop's Castle
6=24082 My Parents Are Spies?
7=29190 The Super Guppy
8=35054 Underwater Wonder World
9=39238 Safehouse
10=42450 Dinner With Floop
11=48818 How To Be A Spy
12=51750 Miss Gradenko
13=55782 Buddy Pack Chase
14=61410 Floop's Song
15=65462 Spy Go Round
16=71469 Machete's Spy Shop
17=80185 Spy Plane
18=86121 Thumb Thumbs
19=91169 The Virtual Room
20=99549 Minion
21=105101 Spies vs Spies
22=109725 The Mission Worth Fighting For
23=117757 End Credits





[PAGE=1]
BackgroundMode=2
PictureFile=Money.jpg
SelectionAvailable=1

[SELECTION=1]
Area=224,442-425,465
Action=1
Parameter=2



[PAGE=2]
BackgroundMode=1
VideoLoop=1
VideoRange=0-104
SelectionAvailable=1
ProhibitSelectionBefore=481

[SELECTION=1]

Area=206,156-305,195
Action=1
Parameter=3

[SELECTION=2]
Area=290,369-347,415
Action=2

[PAGE=3]
BackgroundMode=2
PictureFile=1-4.jpg
SelectionAvailable=1

[SELECTION=1]
Area=215,216-342,240
Action=3
Parameter=1

[SELECTION=2]
Area=372,181-499,205
Action=3
Parameter=2

[SELECTION=3]

Area=135,351-262,375
Action=3
Parameter=3

SELECTION=4]

Area=304,330-431,354
Action=3
Parameter=4

[SELECTION=5]
Area=125,409-155,430
Action=1
Parameter=3

[SELECTION=6]
Area=174,409-204,430
Action=1
Parameter=4

[SELECTION=7]
Area=224,409-262,430
Action=1
Parameter=5

[SELECTION=8]

Area=277,409-325,429
Action=1
Parameter=6

[SELECTION=9]

Area=345,409-393,429
Action=1
Parameter=7

[SELECTION=10]

Area=407,409-455,429

Action=1

Parameter=8

[SELECTION=11]

Area=452,326-490,362

Action=1

Parameter=2

[PAGE=4]

CopyFrom=3

PictureFile=5-8.jpg

[SELECTION=1]

Parameter=5

[SELECTION=2]

Parameter=6

[SELECTION=3]

Parameter=7

[SELECTION=4]

Parameter=8

[PAGE=5]

CopyFrom=3

PictureFile=9-12.jpg

[SELECTION=1]

Parameter=9

[SELECTION=2]

Parameter=10

[SELECTION=3]

Parameter=11

[SELECTION=4]

Parameter=12

[PAGE=6]

CopyFrom=3

PictureFile=13-16.jpg

[SELECTION=1]

Parameter=13

[SELECTION=2]

Parameter=14

[SELECTION=3]

Parameter=15

[SELECTION=4]

Parameter=16

[PAGE=7]

CopyFrom=3

PictureFile=17-20.jpg

[SELECTION=1]

Parameter=17

[SELECTION=2]

Parameter=18

[SELECTION=3]

Parameter=19

[SELECTION=4]

Parameter=20

[PAGE=8]

CopyFrom=3

PictureFile=21-23.jpg

[SELECTION=1]

Parameter=21

[SELECTION=2]

Parameter=22

[SELECTION=3]

Area=0,0-0,0

[SELECTION=4]

Parameter=23

sarahjh69
24th September 2002, 13:01
try
open=movie.avi

it should run the movie in the associated player

bb
24th September 2002, 15:10
You probably need to put the filename in quotes, if it contains blanks, like:

[autorun]
open=wmplayer.exe "my movie.avi"

bb