TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

autorun

Page: 1 Reply
Jan 21st 2004#138806 Report
Member since: Aug 9th 2001
Posts: 2333
Hey

I need help quick. I need to know the two lines of text that make up autorun.ini so that when you put in the CD, my webpage will automatically open in IE. My file i want to be opened is index.html

Thanks :D
Reply with Quote Reply
Jan 21st 2004#138807 Report
Member since: Mar 18th 2001
Posts: 6632
I don't think you can autorun an HTML file, it has to be a .exe (assuming you're talking about windows here). So you'd have to have a program to run to launch the file. Like this really really ugly one.

http://www.thailandphotoalbum.com/list/p118.html
Reply with Quote Reply
Jan 21st 2004#138810 Report
Member since: Nov 26th 2001
Posts: 2586
Try opening up a demo cd or something of that nature that you have and there should be an autorun .exe file in it. They usually use a .inf file with what file you need to run. If you need I have cd's lying around that are nothing but web page menus that auto run and one of those .exe files should work fine. They are only like 22 kb so I could email it to you if you need.
Reply with Quote Reply
Feb 22nd 2004#143188 Report
Member since: Dec 9th 2003
Posts: 180
a simple autorunner "script"

"autorun.inf"
[code][autorun]
open=autorun.bat
icon=cdrom.ico[/code]


"autorun.bat"
[code]@start index.html
@exit[/code]
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum