This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Front Page > August 2007 > Disk-based web on Memory Stick





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Disk-based web on Memory Stick
MrFixit_eh

2007-08-28, 10:15 pm

I have a disk-based website that lives on a flash memory stick. I would like
to set it up to autorun, like a CD. I've searched 'autorun' on this site,
and searched the MS Knowledge Base. I tried using the MS instructions with
no luck, and I've tried the 3rd Party utilities.
Stefan B Rusynko

2007-08-29, 6:15 am

See http://www.microsoftfrontpage.com/c...p_to_cdrom.html

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"MrFixit_eh" <MrFixiteh@discussions.microsoft.com> wrote in message news:9F6B28D3-E0E9-45AE-BC5A-0B0CF7547988@microsoft.com...
|I have a disk-based website that lives on a flash memory stick. I would like
| to set it up to autorun, like a CD. I've searched 'autorun' on this site,
| and searched the MS Knowledge Base. I tried using the MS instructions with
| no luck, and I've tried the 3rd Party utilities.


MrFixit_eh

2007-08-29, 6:15 pm

I had read this article previously, but it deals exclusively with websites
published to CDrom media. Does it also apply to sites published to flash
drives?

Looking at the removable drive in Windows Explorer, their is a folder for
the website, called "FAL". I created a document in NotePad and saved it in
the root of the drive called "autorun.inf". I created a second document in
NotePad called "instructions.txt" which contains simple readme text. The
default page of the website is "/FAL/index.htm"

The text in the autorun.inf document reads as follows: "[autorun]
open=start instructions.txt ". It doesn't work.

I've also tried "[autorun]
open=start . ./FAL/index.htm" That doesn't work

Finally, I downloaded Shellexe to the drive. There is a 14KB folder called
shellexe.zip, which contains a 37KB file called shellexe.exe. I then set
autorun.inf to


"[autorun]
open=start shellexe . ./FAL/index.htm instructions.txt"

Instead, I always get a popup which says, "this device contains more than
one type of content. What do you want Windows to do? And a list of programs.

Steve


"Stefan B Rusynko" wrote:

> See http://www.microsoftfrontpage.com/c...p_to_cdrom.html
>


>

MrFixit_eh

2007-08-29, 6:15 pm

I'm wondering upon further reading, if something like the following steps
would be required to allow autorun with all media types.
http://support.microsoft.com/kb/q136214/

I'm running Windows XP Home

Steve[color=darkred]
Thomas A. Rowe

2007-08-29, 6:15 pm

Does your PC Bios support autorun for Flash Drives, etc.

See:
http://www.torosoftware.com/autorun.asp
http://www.associatedcontent.com/ar...ash_drives.html
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"MrFixit_eh" <MrFixiteh@discussions.microsoft.com> wrote in message
news:395258CC-F30F-44D1-860A-3D98F0808FDE@microsoft.com...[color=darkred]
> I'm wondering upon further reading, if something like the following steps
> would be required to allow autorun with all media types.
> http://support.microsoft.com/kb/q136214/
>
> I'm running Windows XP Home
>
> Steve


MrFixit_eh

2007-08-30, 3:15 am

I installed TweakUI and, yes, autorun is enabled for all drive types.

Steve

Stefan B Rusynko

2007-08-30, 6:15 am

Read the part of the article about setting up autorun.inf

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"MrFixit_eh" <MrFixiteh@discussions.microsoft.com> wrote in message news:C43FB265-E076-4386-A4A2-F52A6001573B@microsoft.com...
|I had read this article previously, but it deals exclusively with websites
| published to CDrom media. Does it also apply to sites published to flash
| drives?
|
| Looking at the removable drive in Windows Explorer, their is a folder for
| the website, called "FAL". I created a document in NotePad and saved it in
| the root of the drive called "autorun.inf". I created a second document in
| NotePad called "instructions.txt" which contains simple readme text. The
| default page of the website is "/FAL/index.htm"
|
| The text in the autorun.inf document reads as follows: "[autorun]
| open=start instructions.txt ". It doesn't work.
|
| I've also tried "[autorun]
| open=start . ./FAL/index.htm" That doesn't work
|
| Finally, I downloaded Shellexe to the drive. There is a 14KB folder called
| shellexe.zip, which contains a 37KB file called shellexe.exe. I then set
| autorun.inf to
|
|
| "[autorun]
| open=start shellexe . ./FAL/index.htm instructions.txt"
|
| Instead, I always get a popup which says, "this device contains more than
| one type of content. What do you want Windows to do? And a list of programs.
|
| Steve
|
|
| "Stefan B Rusynko" wrote:
|
| > See http://www.microsoftfrontpage.com/c...p_to_cdrom.html
| >
|
| >


MrFixit_eh

2007-08-30, 6:16 pm

The article references a document,
http://msdn.microsoft.com/library/d...oplay_works.asp
, but the link is broken. Any idea how to find this document?

The article explains the following syntax:
[autorun]
open=start index.htm

As I mentioned previously, my index page is in the web folder, "FAL". Do I
have to copy the "index.htm" page to the root of the memory stick, or will
the syntax:
[autorun]
open=start .../FAL/index.htm
work?

Thanks,
STeve




"Stefan B Rusynko" wrote:

> Read the part of the article about setting up autorun.inf
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> _____________________________________________
>
>
> "MrFixit_eh" <MrFixiteh@discussions.microsoft.com> wrote in message news:C43FB265-E076-4386-A4A2-F52A6001573B@microsoft.com...
> |I had read this article previously, but it deals exclusively with websites
> | published to CDrom media. Does it also apply to sites published to flash
> | drives?
> |
> | Looking at the removable drive in Windows Explorer, their is a folder for
> | the website, called "FAL". I created a document in NotePad and saved it in
> | the root of the drive called "autorun.inf". I created a second document in
> | NotePad called "instructions.txt" which contains simple readme text. The
> | default page of the website is "/FAL/index.htm"
> |
> | The text in the autorun.inf document reads as follows: "[autorun]
> | open=start instructions.txt ". It doesn't work.
> |
> | I've also tried "[autorun]
> | open=start . ./FAL/index.htm" That doesn't work
> |
> | Finally, I downloaded Shellexe to the drive. There is a 14KB folder called
> | shellexe.zip, which contains a 37KB file called shellexe.exe. I then set
> | autorun.inf to
> |
> |
> | "[autorun]
> | open=start shellexe . ./FAL/index.htm instructions.txt"
> |
> | Instead, I always get a popup which says, "this device contains more than
> | one type of content. What do you want Windows to do? And a list of programs.
> |
> | Steve
> |
> |
> | "Stefan B Rusynko" wrote:
> |
> | > See http://www.microsoftfrontpage.com/c...p_to_cdrom.html
> | >
> |
> | >
>
>
>

Stefan B Rusynko

2007-08-31, 6:15 am

Try http://msdn2.microsoft.com/en-us/library/aa969327.aspx or http://www.phdcc.com/shellrun/autorun.htm

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message news:es2u57t6HHA.1148@TK2MSFTNGP05.phx.gbl...
| Read the part of the article about setting up autorun.inf
|
| --
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| _____________________________________________
|
|
| "MrFixit_eh" <MrFixiteh@discussions.microsoft.com> wrote in message news:C43FB265-E076-4386-A4A2-F52A6001573B@microsoft.com...
||I had read this article previously, but it deals exclusively with websites
|| published to CDrom media. Does it also apply to sites published to flash
|| drives?
||
|| Looking at the removable drive in Windows Explorer, their is a folder for
|| the website, called "FAL". I created a document in NotePad and saved it in
|| the root of the drive called "autorun.inf". I created a second document in
|| NotePad called "instructions.txt" which contains simple readme text. The
|| default page of the website is "/FAL/index.htm"
||
|| The text in the autorun.inf document reads as follows: "[autorun]
|| open=start instructions.txt ". It doesn't work.
||
|| I've also tried "[autorun]
|| open=start . ./FAL/index.htm" That doesn't work
||
|| Finally, I downloaded Shellexe to the drive. There is a 14KB folder called
|| shellexe.zip, which contains a 37KB file called shellexe.exe. I then set
|| autorun.inf to
||
||
|| "[autorun]
|| open=start shellexe . ./FAL/index.htm instructions.txt"
||
|| Instead, I always get a popup which says, "this device contains more than
|| one type of content. What do you want Windows to do? And a list of programs.
||
|| Steve
||
||
|| "Stefan B Rusynko" wrote:
||
|| > See http://www.microsoftfrontpage.com/c...p_to_cdrom.html
|| >
||
|| >
|
|


Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews