944,172 Members | Top Members by Rank

Ad:
Jan 28th, 2005
0

Need an auto run

Expand Post »
Hi all - Brand new to the site-

I am a video production company owner - and I have a great program for streaming my video on the web- Great... Now I want to be able to allow my clients to view thier videos offline by placing the files on a Cd- No problem-

The tech comes in here- the file to call the video is an HTML page- which if double clicked from the cd will run the page and all the components... the thing is I want an auto run file to allow the client to place the cd - and it starts automatically... I have gotten this far in the code- but the problem is t
that it is looking for the file on the net-

[autorun]
open="C:\program files\internet explorer\IEXPLORE.exe" 7182004.htm

can anyone help me to redesign the code so it reads the html page from the cd -drive?? thanks ahead of time for any and all responses!

Sheila
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sheilaorsi is offline Offline
3 posts
since Jan 2005
Jan 28th, 2005
0

Re: Need an auto run

Hello, I have a CD that opens a HTML file when it is loaded.

there are 2 files

autorun.inf
autorun.bat

autorun.inf contents:
[autorun]
open=autorun.bat
icon=cdrom.ico

autorun.bat contains:
@echo Lade "index.html"...
@start index.html
@exit

This seems to do the job on Windows machines and Linux machines.

By the way the index.html and cdrom.ico are in the same dir. as the autorun.inf and autorun.bat

hope this helps

SE (Dave)
Reputation Points: 11
Solved Threads: 8
Junior Poster
steveneven is offline Offline
147 posts
since Jan 2005
Jan 28th, 2005
0

Re: Need an auto run

this looks great- testing now- is it ok to use the 7182004.htm ... instead of index.html being that 7182004.htm is the name of the page to call... I am assuming yes...

Post reply soon on test - thanks Sheila!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sheilaorsi is offline Offline
3 posts
since Jan 2005
Jan 28th, 2005
0

Re: Need an auto run

Quote originally posted by sheilaorsi ...
this looks great- testing now- is it ok to use the 7182004.htm ... instead of index.html being that 7182004.htm is the name of the page to call... I am assuming yes...

Post reply soon on test - thanks Sheila!
AWESOME! WORKS GREAT! THANK YOU!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sheilaorsi is offline Offline
3 posts
since Jan 2005
Jan 28th, 2005
0

Re: Need an auto run

No problem, gald it worked.

SE (Dave)
Reputation Points: 11
Solved Threads: 8
Junior Poster
steveneven is offline Offline
147 posts
since Jan 2005

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Windows NT / 2000 / XP Forum Timeline: Problems Installing Windows XP Pro
Next Thread in Windows NT / 2000 / XP Forum Timeline: changing boot.ini?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC