No, the OS looks for the files same as if it were accessing
the drive through any other initiated read request.
You may have autorun disabled in the OS settings, check
this:
http://autorun.moonvalley.com/enable.htm
http://forum.tweakxp.com/forum/shwmessage.aspx?forumid=7&messageid=146482
See this page for more info on autorun options,
http://navasgrp.home.att.net/tech/autoplay_vcd.htm
This site leads me to conclude that I cannot autoplay the VCD disk
without re-making it.
It says:
A pure Video CD (VCD) will not Autoplay (automatically play the video
on an inserted disc) in Microsoft Windows without some sort of
"helper" application.
I'll see if I can make an autoplayable disk as described:
AUTORUN.INF
The contents of the AUTORUN.INF text file are always (assuming the
..ASX file is named VCD.ASX):
Method 1 Comments
[autorun]
ShellExecute=VCD.ASX
The 2nd line (ShellExecute) uses the registered .ASX file
association to process the .ASX Windows Media Metafile. The registered
application is usually (but not necessarily) the current version of
Windows Media Player; if so, playback begins in a default window.
Method 1 is preferred unless you want playback to begin full screen,
in which case use Method 2.
Method 2 Comments
[autorun]
ShellExecute=mplayer2 /fullscreen VCD.ASX
Method 2 is used to begin playback full screen. It should
explicitly invoke the older version (6.4) of Windows Media Player,
which (unlike the latest version) supports the "/fullscreen"
parameter. The older version apparently remains installed even when
the newer version is installed (on Windows XP at least).
Thanks
Jethro