Hi,

i am trying to get a CD to autorun a vbscript that copies the files on the CD to the hard disk. I've done the VB script and got it to autorun on XP and 2000 computers but it doesn't run on Win98. The code i've used for autorun.inf is:
Code:
[autorun]
shellexecute=.\setup.vbs
in Win98 this just opens up a window viewing the contents of the CD. Anyone know how to get win98 to autorun the script as well?

Many thanks
Nick Swan