PC Review


Reply
 
 
Hugh Welford
Guest
Posts: n/a
 
      5th Mar 2004
can anyone tell me how to make a cd autoload to an html page default.htm
in the cd root directory?

I have tried :-

[autorun]
open = html\Launcher.exe

It works OK on the cd that I copied it from, but not on the new one I am
creating. Strange??? Maybe the file should be specified??

Thanks Hugh


 
Reply With Quote
 
 
 
 
xmas
Guest
Posts: n/a
 
      5th Mar 2004
Hi Hugh,

Try..........

[autorun]
open=default.htm

That is if the default.htm is in the "Root" directory..
If it is in another then..

[autorun]
open=folder\default.htm

Make sure to save the file with the .ini extension. (autorun.ini)
Also the autorun.ini file must be in the "root" directory.

xmas

Just a thought.....
It looks better if the site is in a folder and you only have the
"autorun.ini" and folders showing..

===============================
"Hugh Welford" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
| can anyone tell me how to make a cd autoload to an html page default.htm
| in the cd root directory?
|
| I have tried :-
|
| [autorun]
| open = html\Launcher.exe
|
| It works OK on the cd that I copied it from, but not on the new one I am
| creating. Strange??? Maybe the file should be specified??
|
| Thanks Hugh
|
|


 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      5th Mar 2004
The autorun.ini must be *outside* of the root directory.

Then the autorun.ini script would read:

shellexecute=directoryname\index.htm

Better yet, go here and download ShellRun and use it to launch the CD based
web. It will then work in any Windows Version.
http://www.cornerhouse.ca/en/products.html


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer

"xmas" <xmas@hotmail-NO_SPAM.com> wrote in message
news:OaP3$(E-Mail Removed)...
> Hi Hugh,
>
> Try..........
>
> [autorun]
> open=default.htm
>
> That is if the default.htm is in the "Root" directory..
> If it is in another then..
>
> [autorun]
> open=folder\default.htm
>
> Make sure to save the file with the .ini extension. (autorun.ini)
> Also the autorun.ini file must be in the "root" directory.
>
> xmas
>
> Just a thought.....
> It looks better if the site is in a folder and you only have the
> "autorun.ini" and folders showing..
>
> ===============================
> "Hugh Welford" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> | can anyone tell me how to make a cd autoload to an html page

default.htm
> | in the cd root directory?
> |
> | I have tried :-
> |
> | [autorun]
> | open = html\Launcher.exe
> |
> | It works OK on the cd that I copied it from, but not on the new one I am
> | creating. Strange??? Maybe the file should be specified??
> |
> | Thanks Hugh
> |
> |
>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      5th Mar 2004
I struggled and struggled with this one time and it seems the key is to
place a file (just made in notepad) and called autorun.inf it contains only
this:

[autorun]
shellexecute=index.htm

where index.htm= the page you want to open when it runs.
this autorun and the index must be outside the root (on the cd but not in a
folder)
HTH

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Hugh Welford" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> can anyone tell me how to make a cd autoload to an html page default.htm
> in the cd root directory?
>
> I have tried :-
>
> [autorun]
> open = html\Launcher.exe
>
> It works OK on the cd that I copied it from, but not on the new one I am
> creating. Strange??? Maybe the file should be specified??
>
> Thanks Hugh
>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      5th Mar 2004
that's such a good link i added it to my favorites then backed up the
favorites. coooool. Thanks!

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Steve Easton" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The autorun.ini must be *outside* of the root directory.
>
> Then the autorun.ini script would read:
>
> shellexecute=directoryname\index.htm
>
> Better yet, go here and download ShellRun and use it to launch the CD

based
> web. It will then work in any Windows Version.
> http://www.cornerhouse.ca/en/products.html
>
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed..................
> ..............................with a computer
>
> "xmas" <xmas@hotmail-NO_SPAM.com> wrote in message
> news:OaP3$(E-Mail Removed)...
> > Hi Hugh,
> >
> > Try..........
> >
> > [autorun]
> > open=default.htm
> >
> > That is if the default.htm is in the "Root" directory..
> > If it is in another then..
> >
> > [autorun]
> > open=folder\default.htm
> >
> > Make sure to save the file with the .ini extension. (autorun.ini)
> > Also the autorun.ini file must be in the "root" directory.
> >
> > xmas
> >
> > Just a thought.....
> > It looks better if the site is in a folder and you only have the
> > "autorun.ini" and folders showing..
> >
> > ===============================
> > "Hugh Welford" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > | can anyone tell me how to make a cd autoload to an html page

> default.htm
> > | in the cd root directory?
> > |
> > | I have tried :-
> > |
> > | [autorun]
> > | open = html\Launcher.exe
> > |
> > | It works OK on the cd that I copied it from, but not on the new one I

am
> > | creating. Strange??? Maybe the file should be specified??
> > |
> > | Thanks Hugh
> > |
> > |
> >
> >

>
>



 
Reply With Quote
 
Hugh Welford
Guest
Posts: n/a
 
      5th Mar 2004
thanks for your help, guys

I have tried all your suggestions, plus some trial evaluations, and none of
them work. I am using a newly installed XP pro. Are there any autoload
issues here?

Autopaly is set to1 in the registry so should be ok???

Any ideas??


TIA |Hugh


"Hugh Welford" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> can anyone tell me how to make a cd autoload to an html page default.htm
> in the cd root directory?
>
> I have tried :-
>
> [autorun]
> open = html\Launcher.exe
>
> It works OK on the cd that I copied it from, but not on the new one I am
> creating. Strange??? Maybe the file should be specified??
>
> Thanks Hugh
>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      5th Mar 2004
make sure that when you look at the contents of the disk the autorun.inf is
_outside_ your web or folder. it's got to be in the very top of the
structure. if it's inside a folder it's not going to work.

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Hugh Welford" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> thanks for your help, guys
>
> I have tried all your suggestions, plus some trial evaluations, and none

of
> them work. I am using a newly installed XP pro. Are there any autoload
> issues here?
>
> Autopaly is set to1 in the registry so should be ok???
>
> Any ideas??
>
>
> TIA |Hugh
>
>
> "Hugh Welford" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > can anyone tell me how to make a cd autoload to an html page

default.htm
> > in the cd root directory?
> >
> > I have tried :-
> >
> > [autorun]
> > open = html\Launcher.exe
> >
> > It works OK on the cd that I copied it from, but not on the new one I am
> > creating. Strange??? Maybe the file should be specified??
> >
> > Thanks Hugh
> >
> >

>
>



 
Reply With Quote
 
Hugh Welford
Guest
Posts: n/a
 
      5th Mar 2004
thanks everyone. I have 2 drives on my machine - a RW and a R - the R
autoloads and the RW doesnt. I dont ubderstand this, but at least I can now
get on with the job.

Hugh


"Hugh Welford" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> can anyone tell me how to make a cd autoload to an html page default.htm
> in the cd root directory?
>
> I have tried :-
>
> [autorun]
> open = html\Launcher.exe
>
> It works OK on the cd that I copied it from, but not on the new one I am
> creating. Strange??? Maybe the file should be specified??
>
> Thanks Hugh
>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      6th Mar 2004
congrats!
The first one is always the hardest.

I've got a cd based web template I make when I finish a site. it's nice for
the customer because they just throw it in and I've got their documents and
an archive of the site etc. all in one place with simple navigation. I just
use frames. I think that's the one place nobody could say "don't use
frames!". ;-)

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Hugh Welford" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> thanks everyone. I have 2 drives on my machine - a RW and a R - the R
> autoloads and the RW doesnt. I dont ubderstand this, but at least I can

now
> get on with the job.
>
> Hugh
>
>
> "Hugh Welford" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > can anyone tell me how to make a cd autoload to an html page

default.htm
> > in the cd root directory?
> >
> > I have tried :-
> >
> > [autorun]
> > open = html\Launcher.exe
> >
> > It works OK on the cd that I copied it from, but not on the new one I am
> > creating. Strange??? Maybe the file should be specified??
> >
> > Thanks Hugh
> >
> >

>
>



 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      6th Mar 2004
XP will not "always" recognize an autorun.inf, that's why I mentioned the
ShellRun utility.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"Hugh Welford" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> thanks for your help, guys
>
> I have tried all your suggestions, plus some trial evaluations, and none

of
> them work. I am using a newly installed XP pro. Are there any autoload
> issues here?
>
> Autopaly is set to1 in the registry so should be ok???
>
> Any ideas??
>
>
> TIA |Hugh
>
>
> "Hugh Welford" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > can anyone tell me how to make a cd autoload to an html page

default.htm
> > in the cd root directory?
> >
> > I have tried :-
> >
> > [autorun]
> > open = html\Launcher.exe
> >
> > It works OK on the cd that I copied it from, but not on the new one I am
> > creating. Strange??? Maybe the file should be specified??
> >
> > Thanks Hugh
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to AutoLoad Macro aloha tim Microsoft Excel Programming 1 2nd May 2008 02:47 AM
Autoload a form =?Utf-8?B?SmF5b20=?= Microsoft Access Form Coding 4 19th Oct 2007 12:16 AM
Autoload programs =?Utf-8?B?RWtrYQ==?= Windows XP Configuration 4 12th Nov 2005 04:15 PM
autoload VBA -_-\ Microsoft Excel Discussion 4 3rd Aug 2005 10:05 PM
cd autoload IHSRC Windows XP Help 1 8th Jan 2004 03:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:52 AM.