|
-
August 16th, 2004, 11:10 AM
#1
Autorun.inf for MAC?
Hi all,
I would like to create a platform independent CD (actually only MAC OS and Windows) that will automatically start a html file when it is inserted in the CD drive...assuming the flag in the registry for CDAUTORUN is enabled.
I realised that MAC doesn't recognize the autorun.inf file...instead it needs AutoRun.
How do I create a platform independ "autorun"?
Even the one i wrote for windows doesn't seem to work...
Code:
[autorun]
open=start start.html
can anyone tell me why?
Any help will be appreciated
thanks
The most knowledgeable people are those who know that they know nothing.
-
August 29th, 2004, 07:02 PM
#2
Re: Autorun.inf for MAC?
ok ok...
I'm searching for an autorun for the MAC too.
But i know how to make an autorun for the PC more easily:
Code:
[autorun]
open=start.html explorer.exe
for example.
the first word means the file to open
the second word means the program to run for the file
do not put explorer.exe if you think that the user would prefere use another browser.
for more instruction i found it for you:
http://www.phdcc.com/shellrun/autorun.htm
And i don't know if this code works on MAC:
while informating myself i found:
Mac OS X and autorun
Mac OS X does not support any type of autorun facility.
Mac System 9 and autorun
Macs with System 9, or below, do have an autoplay facility which requires QuickTime 2.0 or above. However, most Macs will have the autoplay facility disabled
A macintosh automatically browse the CD instead of running any autorun.
Now we both know more about it.
C ya
-
August 31st, 2004, 06:23 AM
#3
Re: Autorun.inf for MAC?
Much obliged Victor.
That should definitely help me out.
The most knowledgeable people are those who know that they know nothing.
-
May 6th, 2005, 01:30 PM
#4
Re: Autorun.inf for MAC?
Do there have any website like http://www.phdcc.com/shellrun/autorun.htm which describe step by step making autorun cd in Window but i need it in MAC ? There was not very clear on that website!
Pls provide any reference on making autorun cd in MAC...
thanks..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|