Need an auto run

Thread Solved

Join Date: Jan 2005
Posts: 3
Reputation: sheilaorsi is an unknown quantity at this point 
Solved Threads: 0
sheilaorsi sheilaorsi is offline Offline
Newbie Poster

Need an auto run

 
0
  #1
Jan 28th, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 147
Reputation: steveneven is an unknown quantity at this point 
Solved Threads: 8
steveneven's Avatar
steveneven steveneven is offline Offline
Junior Poster

Re: Need an auto run

 
0
  #2
Jan 28th, 2005
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)
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 3
Reputation: sheilaorsi is an unknown quantity at this point 
Solved Threads: 0
sheilaorsi sheilaorsi is offline Offline
Newbie Poster

Re: Need an auto run

 
0
  #3
Jan 28th, 2005
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!
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 3
Reputation: sheilaorsi is an unknown quantity at this point 
Solved Threads: 0
sheilaorsi sheilaorsi is offline Offline
Newbie Poster

Re: Need an auto run

 
0
  #4
Jan 28th, 2005
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!
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 147
Reputation: steveneven is an unknown quantity at this point 
Solved Threads: 8
steveneven's Avatar
steveneven steveneven is offline Offline
Junior Poster

Re: Need an auto run

 
0
  #5
Jan 28th, 2005
No problem, gald it worked.

SE (Dave)
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Windows NT / 2000 / XP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC