J
Jeremy
I would like to create an autorun CDROM of my website. I understand that one
needs an autorun.ini of the form:
[autorun]
open=default.htm
However, I would like to put all the website files including the default.htm
into a folder, such as D:\folder\
To make the autorun.inf work, I need to change the "open" statement to
open=d:\folder\default.htm
But this will fail if the customer's CD drive is not D:
Is there a way to specify a relative path in an autorun.inf file, so as to
avoid having to specify the letter of the CDROM drive?
Thanks for you help! Jeremy
needs an autorun.ini of the form:
[autorun]
open=default.htm
However, I would like to put all the website files including the default.htm
into a folder, such as D:\folder\
To make the autorun.inf work, I need to change the "open" statement to
open=d:\folder\default.htm
But this will fail if the customer's CD drive is not D:
Is there a way to specify a relative path in an autorun.inf file, so as to
avoid having to specify the letter of the CDROM drive?
Thanks for you help! Jeremy