Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Netscape cache question

0 views
Skip to first unread message

Walt Davidson

unread,
Nov 19, 1995, 3:00:00 AM11/19/95
to
Mic...@zoec.demon.co.uk (Michael Clements) wrote:

>With 2.0b2 never stores pages in its cache. Can soneone else try this
>and report whether they have a cache on their hard disk.

Yes it does. It stores the pages as html files and the pictures as
standard .GIF files. You can read the html files with Netscape off line
and the GIF files with any GIF reader (e.g. Paint Shop pro, Lview, etc).

Who needs MOZ files and cacheman?

Regards,

--
Walt Davidson E-mail: wa...@servelan.co.uk
10052...@compuserve.com


Iain Main

unread,
Nov 19, 1995, 3:00:00 AM11/19/95
to
In article: <8167611...@zoec.demon.co.uk> Mic...@zoec.demon.co.uk
(Michael Clements) writes:

> The Unmozify programme worked well with 1.22 (I'm not sure about these
> special pages you mention) but I'm reluctant to pay for it (ceases
> after 30 days trial) if Netscape does not return to mozzies in its
> caches in its next N version. Anyone (including makers) care to
> comment?

UnMozify cannot read the binary fat that Netscape 2 uses. (Netscape
1.22 uses a text fat.) I believe they are going to change it, but only
when it is clear that Netscape is not going to be changed again.

--

Iain Main, Wirral, U.K. EMail ia...@tangle.demon.co.uk


Richard Williams

unread,
Nov 26, 1995, 3:00:00 AM11/26/95
to
On Tue, 21 Nov 1995 12:49:31 GMT, da...@agbamu.demon.co.uk (David A.
Agbamu) wrote:

>I [da...@agbamu.demon.co.uk (David A. Agbamu)] wrote:
>
>[Snip]
>quite a lot about batch files etc.
>
>Following on from that I have discovered a more elegant solution.
>
>First obtain the file
>ftp.demon.co.uk /.d0/simtel/win3/batch/batsh220.zip.
>
>This is freeware and allows you to run batch files using windows
>executables (which you can't do with standard DOS batch files).
>
>Along the same lines as my previous batch file you have three versions
>of win.ini; win.ini, win12.ini, win22.ini. A point that I didn't make
>clear in my last post is that you have to update win12.ini and
>win22.ini whenever you change win.ini (eg after installing a new
>programme).
>
>Create the following "batsh" files, for 1.22
>
>copy c:\windows\win12.ini c:\windows\win.ini
>run c:\winsock\netscape\netscape.exe
>
>for 2.0b2
>
>copy c:\windows\win22.ini c:\windows\win.ini
>run c:\winsock\netscap\netscape.exe
>
>I call them both netscape.bsh and they sit in the appropriate
>directories ie c:\winsock\netscape\ for 1.22 and
>c:\winsock\netscap\ for 2.0b2.
>
>If you drag these "batsh" files to programme manager or a replacement
>shell you can associate them with the Netscape icon, call them
>Netscape 1.22 and Netscape 2.0b2, and run them in place of the
>standard programmes. Both caches remain seperate.
>
>It seems to work pretty smoothly.
>
>David

David,

Thanks for the intro to batsh.zip.

Rather than copy files around, you might wish to use the 'set' command
to change the value of the win.ini keyname to point at the appropriate
netscape file. The following seems to work OK :

(This one is for Netscape 1.2)

ICON C:\WINSOCK\NET122\NETSCAPE.EXE
SET C:\WINDOWS\WIN.INI|NETSCAPE|INI=C:\WINSOCK\NET122\NETSCAPE.INI
RUN C:\WINSOCK\NET122\NETSCAPE.EXE
EXIT

(whilst this does the trick for Netscape 2.0)

ICON C:\WINSOCK\NETSCAPE\NETSCAPE.EXE
SET C:\WINDOWS\WIN.INI|NETSCAPE|INI=C:\WINSOCK\NETSCAPE\NETSCAPE.INI
RUN C:\WINSOCK\NETSCAPE\NETSCAPE.EXE
EXIT


Once again, thanks for the info re. the 'batsh' utility.

Best regards

Richard.


Richard Williams

unread,
Nov 30, 1995, 3:00:00 AM11/30/95
to
On Tue, 28 Nov 1995 18:18:03 GMT, da...@agbamu.demon.co.uk (David A.
Agbamu) wrote:

>>
>Your solution below is more elegant still. It removes the concerns
>that I had about changes made to win.ini not being reflected in
>win12.ini and win22ini. I didn't look very far into the help file 'cos
>it seemed so easy to use.

Yeah you're right, I was concerned that overwriting the original
win.ini would run the risk of losing any win.ini changes made by other
applications.


>Isn't the exit at the end superfluous?

er..... yes.

>I also find show hide (ie no icon for batsh) causes less clutter on my
>screen.

Thanks, I was wondering how to get rid of the batsh icon.

Regards,

Richard.

Dr David A. Agbamu

unread,
Dec 2, 1995, 3:00:00 AM12/2/95
to
Mic...@zoec.demon.co.uk (Michael Clements) wrote:

>I would like to record a wider tribute to you David Agbamu- You are
>without question one of the net's most active, knowledgable and
>helpful providers of considered thoughts and possible solutions to a
>whole range of netware problems. Worthy of an OBE in my "newnet"
>honours list out on January 1st 1996! Would anyone care to second this
>proposal?

Many thanks for these kind words. Perhaps you can persuade BT to offer
me a discount on my phone bill :-)


David

David A. Agbamu, ... a flea hath smaller fleas that on him prey;
Manchester, and these have smaller fleas to bite 'em,
United Kingdom and so proceed ad infinitum ...

da...@agbamu.demon.co.uk Jonathan Swift 1667-1745

J. P. Gilliver (John)

unread,
Nov 5, 2008, 3:14:43 AM11/5/08
to
In article <30b8e84c...@distort.demon.co.uk>, on Sun, 26 Nov 1995,
Richard Williams <Ric...@berks.demon.co.uk> wrote
[]

>Rather than copy files around, you might wish to use the 'set' command
>to change the value of the win.ini keyname to point at the appropriate
>netscape file. The following seems to work OK :
>
>(This one is for Netscape 1.2)
>
>ICON C:\WINSOCK\NET122\NETSCAPE.EXE
>SET C:\WINDOWS\WIN.INI|NETSCAPE|INI=C:\WINSOCK\NET122\NETSCAPE.INI
>RUN C:\WINSOCK\NET122\NETSCAPE.EXE
>EXIT
>
>(whilst this does the trick for Netscape 2.0)
>
>ICON C:\WINSOCK\NETSCAPE\NETSCAPE.EXE
>SET C:\WINDOWS\WIN.INI|NETSCAPE|INI=C:\WINSOCK\NETSCAPE\NETSCAPE.INI
>RUN C:\WINSOCK\NETSCAPE\NETSCAPE.EXE
>EXIT
[]
(Just looking at some ancient posts I'd kept and I wondered:) Are the
"|" characters instead of "." intentional, or were they just a mistype
(that got duplicated by cut and paste)?
--
J. P. Gilliver. UMRA: 1960/<1985 MB++G.5AL(+++)IS-P--Ch+(p)Ar+T[?]H+Sh0!:`)DNAf
** http://www.soft255.demon.co.uk/G6JPG-PC/JPGminPC.htm for ludicrously
outdated thoughts on PCs. **

I hope you dream a pig.

0 new messages