In a standard Windows installation the autorun.inf file is the only way to make a CD autoplay.
The autorun.inf will be calling another program or using a built in comand.
Like;
open=ShellRun.exe some.pdf
cdrun.exe
shellexecute=some.pdf
start some.pdf
What is in the autorun.inf files ?
Regards
Mark Dormer