Skip to main content
Home Documents Software Guides What Is Gzip
What Is Gzip

What Is Gzip

Filenamewhat-is-gzip.txt
Size0.01 MB
Downloads6
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
From: Lloyd Wood <L.H.Wood@student.lut.ac.uk>
Subject: What is gzip? What do I need? textfile
Date: Sat, 7 May 94 18:35:04 BST

What is gzip? What is .gz? is asked on a regular basis in the Mac newsgroups.
Attached is an information file I wrote, answering these questions. Although
this file is now part of the MacGzip distribution, first the Mac user
has to know that he or she needs MacGzip.

I hope that uploading this file into the information directories will go 
some way towards addressing that.

 -- L.
_____________________________________________________________________________
L.H.Wood@student.lut.ac.uk     Email me for a copy of the Mac screensaver FAQ

From: Lloyd Wood <L.H.Wood@student.lut.ac.uk>
Subject: A real-life use of MacGzip for Mac users!
To: macspd@ivo.cps.unizar.es

(C) L.H.Wood <L.H.Wood@lut.ac.uk>. All rights reserved.
Comments and corrections welcome.

Second release - src.doc's umich mirror is /packages/mac-umich,
not /packages/umich. Umich's PC and ST archives are also mirrored here,
resulting in the changed name. Mentioned Grubb's ftp list. Added notes
at end. Minor changes throughout.

First release - corrections by SPDSoft, included in the MacGzip
0.2 -> 0.2.1 updater.


USING src.doc.ic.ac.uk (146.169.3.7) AS YOUR MAC ARCHIVE SITE


A guide to European/UK Mac users wanting to get the most out of
a local Mac software archive mirror.

US Mac users should look first to wuarchive.wustl.edu as the primary
mirror of both info-mac and umich.

Mac users running MacTCP should get the latest distribution of Fetch,
which includes 'bookmarks' pointing at info-mac mirrors worldwide.
Use the bookmark for your local mirror, and see Bruce Grubb's
Mac ftp list, posted regularly in the comp.sys.mac.groups and in
info-mac/info, for a list of other mirrors and other sites with
interesting Mac-related files.


src.doc.ic.ac.uk is a large ftp site based at Imperial College
in London, England. It mirrors two of the important Mac sites -
umich and sumex, or info-mac, and it's updated frequently.

Since src.doc allows up to 300 simultaneous users, it would be a
good idea to use it as your local Mac mirror, especially if you're
in the UK. However, a few eccentricities of the site in comparison
with usual Mac archives means that some extra thought is needed in
getting files to a Mac. Here's what I've learned. This information
is applicable to many other sites which have 'smart' ftp daemons, so
it is useful to know even if you never use src.doc.

Login as usual:
ftp> name: anonymous
ftp> password: name@site 

Putting the email address in your password is just the usual courtesy
that lets an archive's maintainers know who is using it.
(You can contact src.doc's maintainers at wizards@doc.ic.ac.uk)
Look at the readmes at the top level of the archive for
up-to-date information on how to retrieve files. I do this for
any ftp site I use - it's amazing what tidbits you can pick up.

The Mac archives of interest are as directories in packages:
/packages/info-mac -
   a mirror of the info-mac archives at sumex-aim.stanford.edu
/packages/mac-umich -
   a mirror of the umich archives at mac.archive.umich.edu
and under those you'll find the familiar directory structures
you know and love^H^Hathe^H^H^H^H^H^Hadmire for their logical
structure, which makes searching for the file you want immediately
obvious should you already happen to have that file's pathname in full.

However, you'll be surprised when you come to look at a file -
instead of the usual .hqx endings, you will see .hqx.gz
instead.

The .gz indicates a gzipped file. Gzip is a fairly new unix-originated
compression system from the GNU Foundation. It's aimed at replacing
the popular unix 'compress' format. [Gzip can also be indicated by
.z, although this caused confusion, as other filetypes use the same
indication. Not to be confused with .Z, which indicates unix compress
files.]


To save space on their hard drives, src.doc automatically compresses
each of the .hqx files after a while. As this compression is
being done on unix boxes, the files are compressed into gzip, rather
than being debinhexed and converted to Macbinary as you might expect.
It's simply easier for them to do - and as a side-effect it ensures
that all files are compressed, even lone Mac files that have been
binhexed directly without using a Mac compression package.

This has a number of ramifications, though, that affect the way
you get files from src.doc.ic.ac.uk.

You have two choices here when retrieving files:


1) Get src.doc to give you the expanded, ungzipped form
of the file. Normally, you do this by requesting not the filename
you are shown, but that filename without the .gz suffix.

So, if to download an upgrade to AutoDoubler from src.doc, when it
is on info-mac as:
info-mac/cmp/autodoubler-203-updt.hqx.gz
you would type:
ftp> get /packages/info-mac/cmp/autodoubler-203-updt.hqx

IF YOU USE FETCH, where you normally just double-click on a file,
you must command-click on the highlighted file(s) so that nothing is
highlighted. Pressing 'Get File...' button will then give you a dialog
asking for the filename. Type in the filename, but without the .gz suffix.

[It's annoying that you can't simply copy the filename from the list,
and paste it into the Get File dialog, at least with my copy of Fetch 2.1.1.
Just deleting the .gz suffix would be easier than remembering long
filenames with randomly-place-ddashes-likethis-1.0.sit.hqx]

Using ftp or Fetch, this gets you a binhex file, which is decoded as
normal to give you a Mac archive. You should be thinking 'What an
awkward way to use an archive!' And you're right. Try logging in to
src.doc again, but this time with a plus as the first letter of your
password (i.e +name@site). You will see that all of the .gz suffixes
have vanished, as that plus tells src.doc to hide them. You can then use
src.doc like any other Mac archive site, pointing and clicking
as normal in Fetch, and that extra compression/translation stage is
completely hidden from you and from your ftp tools.

However, that gzipping means extra compression - which means less time
to get the file you want to you. What if you grabbed the smaller
gzipped file as it is, and then decompressed it at your end? This brings
us to method 2).


2) Get the gzipped file as you would any other, and un-gzip it
on your unix box or back at your Mac.

This requires that you transfer the file in BINARY mode, which is selected
by:
ftp> bin
or, if you use Fetch, by clicking on the Binary radio-button.

Un-gzipping locally requires that you have received the file successfully
in binary mode - if you can't un-gzip the file correctly, it's likely that
you haven't got a reliable binary path between src.doc and your machine.
If you can't transfer files reliably in binary mode, stick to logging
in with + at the start of your password. 

If you are bringing the file to a unix box, you can un-gzip it there -
talk to your systems manager to see if the gzip software you require is
present. You'll then have a (larger) binhex file to copy to a Mac.

Alternatively, you can un-gzip the file on your Mac. This requires MacGzip,
a port of unix gzip 1.2.4, which you'll find in the compression
folders of the mac archives - e.g. info-mac/cmp/macgzip-02.cpt.hqx.
(This textfile you are reading is included in the MacGzip distribution, so
it's possible that you already have MacGzip. Lucky you! Don't forget to
email macspd@ivo.cps.unizar.es and say how much you appreciate his work.)

Once MacGzip has un-gzipped the file, you'll have a binhex (.hqx) file
ready for debinhexing. Depending on the debinhexer you use, you may
need to change the filetype to 'TEXT', so that your debinhexing utility
can see it in its Open dialog. (Compact Pro is fussy and requires this;
Stuffit Lite does not.) MacGzip will save the binhex file as TEXT when the
'ascii' menu item is selected; the option is remembered in the preferences.

Note that MacGzip has the following peculiarities:
a. Gzipped files should be of type 'Gzip'. You can set this with Fetch (see
below), or by using ResEdit or a file type/creator utility such as
FileTyper 4.1. If you set the creator to 'Gzip' as well, you will see
MacGzip's icon (a tiny g in a small page) for the file.
b. MacGzip will only see and open files with suffixes matching the
suffix in its preferences dialog and ".gz", ".z", ".Z", ".taz", ".tgz",
"-gz", "-z" or "_z". You're unlikely to come across another weird suffix,
so you can simply delete the suffix field and leave it blank. You will still
be able to see all the files with standard suffixes.
c. If you expect to double-clicking on MacGzip files to have them expanded,
make sure you have MacGzip set to 'uncompress' and to 'quit when
done' to save your Mac's memory.

IF YOU USE FETCH, it's a good idea to tell it that gzipped files
must be fetched in binary mode, so that it can automatically select
it without you having to remember to set binary mode explicitly each
time.

To do this, use the 'Suffix Mapping...' option under Fetch's
'Customize' menu, setting type and creator to 'Gzip' as described
in a. above, so that MacGzip can see the files that Fetch creates.

Then set the 'Post-Processing...' option on the same menu to
get Fetch to run MacGzip automatically for you, so that pointing
and clicking in Fetch gives you a recognizable .hqx file.
[If you figure out how to get Fetch 2.1.1 to un-gzip and *then*
debinhex an archive automatically, let me know! Debinhexing is
on MacGzip's 'Things to Do' list, so this may soon be automatic.]


You can also get a non-gzipped file to be gzipped before it is
sent to you, so that it spends less time in transit to your modem,
command-click on the highlighted file(s) so that nothing is
highlighted. The 'Get File...' button will then ask for a filename.
Select this, and enter the filename, with an extra .gz suffix.
If you've set Suffix Mapping and Post-Processing correctly,
Fetch will have the file un-gzipped for you automatically once it
has been completely downloaded.


A little thought, and smashing the keyboard because I couldn't
get into US archives, even on weekends, became a thing of the past.
And I've cut downloading times when actually getting files with my
modem, too. And that means cutting my phone bills. I'm happy.

But should I be telling you all this painstakingly-discovered infomation?
After all, you overload sumex with your constant requests for connections.
I wonder how long it will be before I can't get into src.doc either?


Two further notes:
As gzip is a unix-orientated system, it doesn't know about the
peculiarities of Mac files. You can't store a Mac file inside a gzip
archive unless you binhex or macbinary the Mac file before compressing
it. Uploading Mac files to archives in gzip format is a no-no - everyone
has Stuffit Lite and Compact Pro, so use one of those two.

gzip would be an obvious format to add to Stuffit's collection of
translators and perhaps to Stuffit Expander. However, GNU's legal licence
causes problems with including the code in a commercial product. We
have MacGzip, but if someone could figure out the undocumented interface for
Stuffit translators and write a gzip translator, that would be very nice
indeed.

END.


L.H.Wood@lut.ac.uk   
Got a Mac? Got a screensaver? Read the Screensaver FAQ!
Home Documents Software Guides Spice
Spice

Spice

Software Guides · 1993 · TXT
Filenamespice.txt
Size0.00 MB
Year1993
Downloads6
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
23-Sep-93 15:01:43-GMT,3602;000000000001
Received: by CAMIS.Stanford.EDU (4.1/inc-1.0)
	id AA09502; Thu, 23 Sep 93 08:01:42 PDT
Full-Name: Info-Mac Moderator
Resent-Message-Id: <9309231501.AA09502@CAMIS.Stanford.EDU>
Received: from Forsythe.Stanford.EDU by CAMIS.Stanford.EDU (4.1/inc-1.0) id
        AA26697; Wed, 22 Sep 93 12:44:45 PDT
Received: by Forsythe.Stanford.EDU; Wed, 22 Sep 93 12:44:13 PDT
Received: from RICEVM1.RICE.EDU (NJE origin LISTSERV@RICEVM1) by
        RICEVM1.RICE.EDU (LMail V1.1d/1.7f) with BSMTP id 2063; Wed, 22 Sep
        1993 14:44:00 -0500
Return-Path: <@RICEVM1.RICE.EDU:FRIESEN@NAUVAX>
Received: from NAUVAX (NJE origin FRIESEN@NAUVAX) by RICEVM1.RICE.EDU (LMail
        V1.1d/1.7f) with BSMTP id 2041; Wed, 22 Sep 1993 14:43:44 -0500
Received: from NAUVAX.UCC.NAU.EDU by NAUVAX.UCC.NAU.EDU (PMDF V4.2-12 #2384)
        id <01H38ZJUM1O00002WT@NAUVAX.UCC.NAU.EDU>; Wed, 22 Sep 1993 12:41:42
        MST
Date: Wed, 22 Sep 1993 12:41:42 -0700 (MST)
From: FRIESEN%NAUVAX.BITNET@Forsythe.Stanford.EDU
Subject: SPICE Summary
To: INFO-MAC@RICEVM1.BITNET
Message-Id: <01H38ZJUM1O20002WT@NAUVAX.UCC.NAU.EDU>
X-Envelope-To: INFO-MAC@RICEVM1.BITNET
X-Vms-To: IN%"INFO-MAC@RICEVM1"
Mime-Version: 1.0
Content-Transfer-Encoding: 7BIT
Resent-To: backmod@camis
Resent-Date: Thu, 23 Sep 93 8:01:42 PDT
Resent-From: Info-Mac Moderator <macmod@camis.Stanford.EDU>

SPICE for the Macintosh summary...


This is what I found.


MicroSim who makes PSPICE for the IBM windows things makes a
version for the Mac that does not have a schematic capture.  Both
IBM and Macintosh versions are distributed at my university for
about $5 in an RevaluationS version which appears to have
everything I would ever need but is limited in number of parts,
nodes, etc..  PSPICE is said to be available via ftp from info-
mac@sumex-aim.stanford.edu.


        MicroSim Corporation

        1-800-245-3022,

        (714) 770-3022

        (717) 455-0554 (fax)




Beige Bag Software makes B~2 (thatUs B squared) SPICE for the
Macintosh that has a schematic capture and seems to be highly
recommended.  That package costs about $40 through them or, your
school bookstore might have it as well.  This package looks to be
the way to go, and the discounted student version doesnUt appear
any less powerful than their normal version, just lower in price.
I havenUt had a chance to use this program myself, but everyone I
have talked to who as used it had very positive things to say.


        Beige Bag Software

        (313)663-4309

        (313)663-0725

        71620.3474@compuserve.com


There is also Logic Works which is a schematic capture that
produces net lists you can then load into PSPICE.  This program I
have had a chance to use and it does the job, but not great.  The
user interface is a little unfriendly (for example, after placing
a circuit element such as a resistor, you cannot rotate it-you
must rotate it before you place it).  As I said before you need
PSPICE also.  Logic Works does some logical and other analysis
stuff, but for the SPICE and PROBE outputs, you must export a net
list file and then run PSPICE, and load and analyze that net list
file.  It would be nice if this was automated like in MicroSimUs
WindowUs application.  I believe that Logic Works sells for about
$50 for students and the high pressure sales practices they engage
in makes me think they are struggling to stay alive. (IMHO)


        Capilano Computing

        1-800-44-9064

        (604)522-6200

        (604)522-3972 fax



Well, there it is.  Feel free to comment are add anything I left
out.


                        Aric Friesen
Home Documents Software Guides Pc Emulation
Pc Emulation

Pc Emulation

Software Guides · 1993 · TXT
Filenamepc-emulation.txt
Size0.00 MB
Year1993
Downloads6
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
Date: Sun, 3 Oct 93 6:35 +0200
From: ILANS@DS.HUJI.AC.IL
Subject: PC emulation on MAC (summary)

Hello netters

To the following post I hereby summarize.
> Is SoftPC the only option? I heard it emulates only a 286. Does anyone
> know of a better version in the works?

Thanks for those who responded directly to me:
D1437@AppleLink.Apple.COM (Insignia Solutions,PJ Cotton,PRT - Jason Harris)
ericb@telecnnct.com (Eric Burger)
Don't Panic! <ABRODY@vax.clarku.edu> (anonymous)

The subject widened a little, so there is more than just about emulators.

There are 5 different approaches, only 2 of them really run PC software:

1. Software emulation - Only by Insigna. Only 286, 3 levels of sophistication
 prices $100-400.

> Response from Insigna:
> As a quick answer to your question, all current SoftPCs are 80286 emulators.
> For the past several generations of our products, Product Planning and
> Engineering have been focussing on improving the performance of our emulation
> technologies, in preference to developing a new processor emulation module.
> An emulation of a faster processor is not necessarily a faster emulation; in
> fact, if the processor is more complex, the emulation tends to be slower.
>
> As the number of popular applications requiring a 386 processor is increasing,
> the company will almost certainly produce a 386 and/or 486 SoftPC within a few
> more generations of our product line. However, at this time we have no more
> specific information as to when such a product will be available.

> Eric Burger says:
> "Even on a Centris (for that matter, even on a Quadra), Windows
> is *painfully* slow. OTOH, it works!"

2. Hardware - Orange NuBus cards, PC in a MAC, 386 for $600, 486 for $1100.
 This is a REAL PC inside the MAC case. Requires a NuBus slot and uses MAC disk.
 Fastest. NO EMULATION HERE but a real PC.

> "ABRODY" says:
>
> OrangePC by OrangeMicro 386: offers 386/33 Mhz speeds in a NuBus Card design
> that has a 386 chip built in, to emulate the hardware/software of a 386.
> Price advertised in MacWorld magazine $600.
> 486: offers 486/33 Mhz speeds offers 486 33Mhz NuBus
> Card to emulate the speeds and software/hardware of a standard 486/33 Mhz
> machine. Price advertised in MacWorld (June issue) $1100.

3. Data Conversion tools. By DataViz, Apple, and by some programs the can
 read data from their PC counterpart program.
 Examples: Apple file Exchange can convert data from/to PC format. Claris
 Extensions can add options to this ("free") tool. Micro$oft programs have
 PC versions, and the MAC versions recognize PC data formats. MS Excel
 reads also Lotus & Lotus like data files from PC (I used this). MS Word
 can open PC files. etc. DataViz's MacLinkPlusPC is a special purpose tool
 worth having.

> "ABRODY" says:
>
> For less than SoftPC you can get a graphics/spreadsheet/database/word
> processing/page layout translation program that works on any Mac with a
> SuperDrive OR Din Serial Port, and any RS232 IBM (and compatible). The
> program is DataViz's MacLinkPlusPC 7.02
> which comes with RS232 IBM - RS232 Mac cables, the
> capability to communicate via modems (if on both machines), Apple PC Exchange,
> Apple EasyOpen, and 700 translation format types mentioned above.
[...]
> I have used MacLinkPlusPC for over a year and a half now, with very few
> complaints. One exception, WordPerfect 5.1 PC and WordPerfect 5.1 Windows
> must be specified separately or the translation will create a document that
> loses the last paragraph of the file! Thus be careful that you identify those
> two file types like .W51 and .W5W.

4. connectivy - networks with PC and MACs. Data transfer / sharing.
   This is a large subject, and I shall not discuss it here.

5. PowerPC - wait for it! It MAY be able to run MAC and PC programs on the SAME
   machine. This subject is open to discussion, and I would love to see more
   opinions and data about this.

> "ABRODY" says:
>
> However, if you can get ahold of the August 1993 issue of BYTE
> magazine, there is a new computer coming out sometime between
> January and April 1994 called the PowerPC. According to the issue,
> it will sport Quadra 700 -> RISC speeds for 7 operating systems:
> OS/2 possibly Windows NT, Windows 3.1, AIX, PowerOpen, Pink,
> Solaris, and System 7 All on one machine.

6. And last but not least - Eric Burger says:
> If it's for games, I [shudder] suggest you look into an inexpensive PC clone,
> you can buy a used 386 VGA system for around $600. No hassles about
> compatibility, fighting over who gets to use the machine when, etc. [I have a
4
> year old and a 1 1/2 year old, and they *both* want to play games on our
> machine!].


Keep on the good work

Ilan Szekely
E-mail: ILANS@ds.huji.ac.il (INTERNET)
Home Documents Software Guides Educational Medical Software
Educational Medical Software

Educational Medical Software

Filenameeducational-medical-software.txt
Size0.01 MB
Downloads7
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
Date: Thu, 29 Apr 93 13:22 +0200 
From: ILANS%HUJIDS@VMS.HUJI.AC.IL
Subject: [*] Educational Software for Medical Sciences (Summary) 

Resubmission of SUMMARY of responses.

With the help of:

Timothy Cera  <cera@cortex.health.ufl.edu>
irene@ramsey.cs.laurentian.ca (Irka)
multimed@MEDENT.UMontreal.CA (Medico Dental Software Development)
Barry Markovitz, Markovitz@a1.kids.wustl.edu
Graeme Forbes <PL0BALF@VM.TCS.Tulane.EDU>

Thank you all

Ilan Szekely, Compter Lab, Faculty of Dentistry
The Hebrew University of Jerusalem, Israel. internet: ILANS@ds.huji.ac.il

Please archive as /info-mac/report/educational-medical-software.txt
and delete /report/medical-dental-software.txt


<=================  cut here =================>

FILE:    /info-mac/report/educational-medical-software.txt

Subject: Educational Software for Medical studies (summary)

With the help of:

Timothy Cera  <cera@cortex.health.ufl.edu>
irene@ramsey.cs.laurentian.ca (Irka)
multimed@MEDENT.UMontreal.CA (Medico Dental Software Development)
Barry Markovitz, Markovitz@a1.kids.wustl.edu
Graeme Forbes <PL0BALF@VM.TCS.Tulane.EDU>

Thank you all

Ilan Szekely, System Manager, Computer Lab, Faculty of Dentistry
The Hebrew University of Jerusalem, Israel. E-mail: ILANS@ds.huji.ac.il


=-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
From: BITNET%"Timothy Cera  <cera@cortex.health.ufl.edu>"

Hello,

I am also interested in medical and dental software.  Did you get any responses?

I do not know much about the dental end, but a neuroscience related group is
very succesfully using a videodisk called 'Slice of Life' along with a Hypercard
stack called HyperBrain that controls the videodisk.  If you are interested in
more info I would search it out for you.

take care
tim cera
cera@cortex.health.ufl.edu

=-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
From: BITNET%"irene@ramsey.cs.laurentian.ca (Irka)"

Ilan,

I came across the following file while looking through the demo directory
at sumex. I hope it might be of use to you.

Archived as info-mac/demo/dentistry-courseware.hqx

Irene
irene@ramsey.cs.laurentian.ca
=-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
From: BITNET%"multimed@MEDENT.UMontreal.CA
(Medico Dental Software Development)"
Ilan,

Paul Farry forwarded your inquiry to me because
we may have interesting things for you.

Except maybe that all our work is done for a
640 x 480 pixels screen, or 13".

Anyway, here is the index of our documents
which have demos available via FTP anonymous, at
amalgame.medent.umontreal.ca, in the pub directory.

You are welcome to download any of them, or, if
they are too big, maybe we could send you some diskettes
over to you. We also have a catalog that I would be happpy
to send you. Just send me your complete mailing address.

If you have any info on your documents, I would be
interested to see what you have.

I will be waiting for your feedback.

INDEX

Index - Descriptions  Demo

This text file contains a brief description
of each courseware. (some text deleted)

These files were compacted with Stuffit Lite 3.0.1,
and are self-extracting,
and were binhexed with Fetch 2.1 .
Once you download a file, it will be called: Open-Me!.sea
Just click twice on it to open.

FILE                Date      Size    TITLE
--------------------------------------------------------
AAMNEng.hqx         03-11-93  1835 K  Anatomy & Anaesthesia
                                       of the Mandibular Nerve      English

DENDEVEng.hqx       03-12-93  1856 K  Dental Development

MASMUSEng.hqx       03-25-93  1875 K  Masticatory Muscles

XRayInterpEng.hqx   03-18-93   748 K  Dental X-Ray Interpretation

LesionsEng.hqx      04-19-93  1895 K  Pigmented Lesions
                                         of the Skin

.
.
(deleted descriptions)
.
.
-----------------------------------------------
Benoit David
for Dr. A. Demirjian
Faculty of Dentistry
University of Montreal
Montreal (Quebec) Canada
Tel.: (514) 343-6111   ext 3418 + "#" sign
Fax.: (514) 343-2233
Internet: multimed@medent.umontreal.ca

=-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
From: BITNET%"Barry Markovitz, M.D. 454-6215 <MARKOVITZ@a1.kids.wustl.edu>"

ILANS@ds.huji.ac.il:

In response to your note in infomacv11-083:
You may try looking at the following places:

>ftp ftp.sura.net
>login as anonymous
>type your e-mail address as the password
>cd pub/nic
>get medical.resources.6-12  newfilename
>quit
(come to think of it, this may just list servers and mailing lists; I'm not
certain)

The University of Michigan archive also has public domain Mac medical
educational software available for anonymous ftp:  Ftp  - mac.archive.umich.edu

I think the medical software is in the "misc" directory.

Hope this helps,
Barry Markovitz
Markovitz@a1.kids.wustl.edu
=-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
Date: Tue, 20 Apr 93 15:16:48 CDT
From: Graeme Forbes <PL0BALF@VM.TCS.Tulane.EDU>
Subject: Educational Software for the Mac (A)

Apple itself publishes a heavy tome called the "Mac Educational Software
Guide". You can get it by writing to "Mac Ed Sftwr Guide, Apple, 20330
Stevens Creek Blvd, M/S 36-AN, Cupertino, CA 95014.

Graeme Forbes

=-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
Home Documents Software Guides Sft Abstracts
Sft Abstracts

Sft Abstracts

Software Guides · 2005 · TXT
Filename00sft-abstracts.txt
Size0.13 MB
Year2005
Downloads6
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
Abstracts from files in info-mac/info/sft as of Sun 20 Mar 2005


#### BINHEX     about-slice-watch.hqx   ****

From: Allan Udy, allan@goldenms.actrix.gen.nz
Subject: About SliceWatch Info

The attached 'postcard' application contains some detailed information, and
screen shots, of the SliceWatch time management database application. This
document is designed to enable potential SliceWatch users get a quick look
at the application, before downloading the larger full distribution archive
file.

Golden Micro Solutions
                       

#### TEXT       adobe-acrobat.txt   ****

Date: Fri, 20 Aug 1993 14:45:38 -0500
From: baim@harpo.aaec.com
Subject: Adobe Acrobat Report

attached is a report/blurb from Adobe regarding Acrobat and its place in
the Grand Scheme.  FYI.

Paul Baim

-- cut here --
From: santoro@mv.us.adobe.com
Subject:      Re: Acrobat
To: Multiple recipients of list GUTNBERG
<GUTNBERG%UIUCVMD.bitnet@vm42.cso.uiuc.edu>

Overview

In the last decade, personal computer users have come to depend on their
machines for a variety of tasks, nearly all of which culminate in the creation
of documents. These can range from one-page spreadsheets or simple letters to

#### TEXT       after-dark-30-bugs.txt   ****

From: Lloyd Wood <L.H.Wood@student.lut.ac.uk>
Subject: After Dark 3.0 conflicts, updates
Date: Sat, 17 Sep 94 4:48:34 BST

This document details a large number of known and suspected conflicts
between After Dark 3.0 and other software. A mailing list for 'quick fix'
updaters is being put together by Berkeley Systems - if you own After Dark
3.0, I strongly recommend getting on that list. Details below.
 
This document appeared in Berkeley System's forum on CompuServe
on Friday, 16 September, at the same time as the After Dark 3.0 Programming
Kit. The disclaimer at the bottom of this document suggests that it was
originally made available on Apple's eWorld.
 
If you own After Dark 3.0 or are planning to purchase it in the near
future, it is in your interest to download and read this textfile.

Although I maintain the Mac screensaver FAQ (currently being updated to
include details of DarkSide 4.2 and After Dark 3.0), I have not seen
After Dark 3.0. I do not own it. I am not qualified to answer questions

#### TEXT       alias-tricks.txt   ****

Date: Wed, 8 Jun 1994 13:52:38 +1000
From: "Michael.Smith" <Michael.Smith@maths.anu.edu.au>
Subject: Tricks for keeping aliases connected

Warning: I waffle on a bit in this message.

This a brief account of my recent experiences with aliases. Hopefully it
will be of use to others. A simple trick allowed me to do a backup-restore
of my hard disk with only a few aliases ending up detached (some because I
forgot to unlock them before starting, others because they ended up
pointing across the new partitions).


How do aliases work?
--------------------

As far as I know, an alias encodes its destination in two ways.  I won't go
into too many details, since I have only educated guesses on precisely how
it works, but experimentation can verify the following facts:


#### BINHEX     ambrosia-software-faq.hqx   ****

From: ("Cajun" David Richard) help@ambrosiasw.com
Subject: Ambrosia Software FAQ

Keywords: AMBROSIA FREQUENTLY ASKED QUESTIONS FAQ ANDREW WELCH
-------------------
FAQ is an acronym for Frequently Asked Questions.  This FAQ is an attempt 
to provide a comprehensive source of information about Ambrosia Software, 
Inc., and was created in response to questions that are frequently raised 
by our customers.  We hope you find it useful.

If there are any questions you have about Ambrosia that are not answered 
in this FAQ, please get in touch with us so we can include them in future 
revisions.

Ambrosia Software, Inc. is a small company dedicated to bringing you 
quality software, excellent support, and innovative ideas all at a 
reasonable cost.  We give you commercial-quality software at a fraction 
of the price, with the added convenience of being able to try out the 
software before you pay for it.

Ambrosia distributes software on numerous electronic information 
services, as well as via user groups, and approved public domain 
distributors. Of course, you can always obtain our products directly from 
us as well.  You are given a 30 day free license to evaluate any of our 
software; after the 30 days have passed, you are expected to send the 
appropriate registration fee to us for processing.


#### BINHEX     ambrosia-times-34.hqx   ****

From: ("Cajun" David Richard) help@ambrosiasw.com
Subject: Ambrosia Times July '96

Keywords: NEWSLETTER ELECTRONIC AMBROSIA TIMES JULY 1996

This is the July Ambrosia Times, Volume 3, Issue 4.

Ambrosia Software, Inc. publishes an electronic newsletter, entitled The 
Ambrosia Times, every other month. The 'Times is an interactive 
electronic newsletter that is meant to serve as an informal method of 
getting the word out about what Ambrosia is up to as a company. By 
browsing past and present issues of this newsletter, you'll obtain a 
wealth of information about our products, from previews of upcoming 
products to hints and tips about how to use our software effectively. 

In the July 1996 issue of The Ambrosia Times, you will find:

- The announcement of Ambrosia's new game, Manse.
- An interview with a new member of the Ambrosia team.
- The latest scores from the Barrack High Score contest.
- An update on the latest version of Escape Velocity and the Delta_V 
mailing list.
- Microsoft's plan for world domnation and more!

Download this free newsletter to find out more about Ambrosia's shareware 
and the people behind it.

The Ambrosia Times is being distributed electronically free of charge on 
a bi-monthly basis.  If you want The Ambrosia Times sent to your 
electronic mailbox at no charge every other month, please sign up on the 
at_list mailing list at http://www.AmbrosiaSW.com/Lists.html 


#### BINHEX     ambrosia-times-36.hqx   ****

From: help@ambrosiasw.com ("Cajun" David Richard)
Subject: November Ambrosia Times, Volume 3, Issue 6

This is the November Ambrosia Times, Volume 3, Issue 6.

Ambrosia Software, Inc. publishes an electronic newsletter, entitled The 
Ambrosia Times, every other month. The 'Times is an interactive 
electronic newsletter that is meant to serve as an informal method of 
getting the word out about what Ambrosia is up to as a company. By 
browsing past and present issues of this newsletter, you'll obtain a 
wealth of information about our products, from previews of upcoming 
products to hints and tips about how to use our software effectively. 

In the November 1996 issue of The Ambrosia Times, you will find:

- Hints and Tips for Ambrosia's new game, Bubble Trouble.
- An interview with the author of Manse, Brian Barnes.
- A close look at Escape Velocity Plug-ins
- News of two new products, and more...

Download this free newsletter to find out more about Ambrosia's shareware 
and the people behind it.

The Ambrosia Times is being distributed electronically free of charge on 
a bi-monthly basis.  If you want The Ambrosia Times sent to your 
electronic mailbox at no charge every other month, please sign up on the 
at_list mailing list at http://www.AmbrosiaSW.com/Lists.html 


#### BINHEX     ambrosia-times-41.hqx   ****

From: help@AmbrosiaSW.com
Subject: The Ambrosia Times V4.1

January 1997 - Volume 4 Issue 1

Who We Are

Ambrosia Software, Inc. -- publisher of award winning programs for the Macintosh
-- distributes a full line of utility, productivity, and anti-productivity (game)
software through America Online, CompuServe, and the Internet as shareware.

You are given a 30 day free license to evaluate any of our software; after the 30
days have passed, you are expected to send the appropriate registration fee to us
for processing.

This Newsletter

Ambrosia Software, Inc. publishes this electronic newsletter, entitled The
Ambrosia Times, every other month. The "AT" is an interactive electronic
newsletter that is meant to serve as an informal method of getting the word out
about what Ambrosia is up to as a company. By browsing past and present issues of
this newsletter, you'll obtain a wealth of information about our products, from
previews of upcoming products to hints and tips about how to use our software
effectively.

The Ambrosia Times  is distributed electronically free of charge on a bimonthly
basis. If you want The Ambrosia Times  sent to your electronic mailbox at no
charge every other month, please sign up on the at_list mailing list at
http://www.AmbrosiaSW.com/Lists.html



#### BINHEX     ambrosia-times-42.hqx   ****

Subject: Ambrosia_Times_4.2.hqx
From: help@ambrosiasw.com

Keywords: NEWSLETTER ELECTRONIC AMBROSIA TIMES MARCH 1997

This is the January Ambrosia Times, Volume 4, Issue 2.

Ambrosia Software, Inc. publishes an electronic newsletter, entitled The
Ambrosia Times, every other month. The 'Times is an interactive
electronic newsletter that is meant to serve as an informal method of
getting the word out about what Ambrosia is up to as a company. By
browsing past and present issues of this newsletter, you'll obtain a
wealth of information about our products, from previews of upcoming
products to hints and tips about how to use our software effectively.

In the March 1997 issue of The Ambrosia Times, you will find:

- An in depth look at our new release, ColorSwitch Pro. - An interview
with Delver author, Glenn Andreas. - The debut of Matt's new article. -
Detailed previews of Manse and Delver, and more...

Download this free newsletter to find out more about Ambrosia's
shareware and the people behind it.

The Ambrosia Times is being distributed electronically free of charge on
a bi-monthly basis.  If you want The Ambrosia Times sent to your
electronic mailbox at no charge every other month, please sign up on the
at_list mailing list at http://www.AmbrosiaSW.com/Lists.html



#### BINHEX     ambrosia-times-43.hqx   ****

From: help@ambrosiasw.com
Subject: Ambrosia_Times_4.3.hqx


This is the May Ambrosia Times, Volume 4, Issue 3.

Ambrosia Software, Inc. publishes an electronic newsletter, entitled The
Ambrosia Times, every other month. The 'Times is an interactive
electronic newsletter that is meant to serve as an informal method of
getting the word out about what Ambrosia is up to as a company. By
browsing past and present issues of this newsletter, you'll obtain a
wealth of information about our products, from previews of upcoming
products to hints and tips about how to use our software effectively.

In the May 1997 issue of The Ambrosia Times, you will find:

- A sneak peak at Ambrosia's next game. - An interview with Ambrosia's
own Superheros. - A report on the fate of Ambrosia's AOL Forum. -
Detailed updates on several products, and more...

Download this free newsletter to find out more about Ambrosia's
shareware and the people behind it.

The Ambrosia Times is being distributed electronically free of charge on
a bi-monthly basis.  If you want The Ambrosia Times sent to your
electronic mailbox at no charge every other month, please sign up on the
at_list mailing list at http://www.AmbrosiaSW.com/Lists.html


#### TEXT       apple-ip-gateway.txt   ****

Date: Thu, 15 Sep 1994 14:55:30 -0800
From: kee@kagi.com (Kee Nethery +1 408 974 7889)
Subject: Apple IP Gateway Info (A)

The following should answer your questions about the Apple IP Gateway. The
following is taken from the Apple IP Gateway Press Release.
----------------------------------

The Apple IP Gateway builds on Apple's recent announcement to include MacTCP=
 in
its System 7.5 operating system.  MacTCP client software allows Macintosh=AE
computers on IP networks to communicate using TCP/IP protocols. With the App=
le
IP Gateway, the MacTCP client can now be used on Macintosh computers connect=
ed
to an AppleTalk network. The Gateway acts as a translator between AppleTalk =
and
TCP/IP network protocols, allowing Macintosh computers on AppleTalk networks=
 to
access IP services as if they were on the IP network.

#### BINHEX     apps-with-apple-events.hqx   ****

Date: 10 Jul 1992 11:11:05 -0700 

From: "Apgar, Eric" <Apgar#m#_Eric@msgate.corp.apple.com>

Subject: AppleEventAppsWord 



Enclosed find a word document that has information

about a bunch of applications that support Apple Events.

I found it on AppleLink. I don't remember seeing it submitted...



Apgar@Apple.com                   I said it, NOT Apple.


#### TEXT       as-scripters-kit.txt   ****

From: macmod (Info-Mac Moderator)
Date: Tue, 21 Dec 93 11:15:48 PST
Subject: New AppleScript Kit

MOVED OVER PR NEWSWIRE AT 8:16 AM, EDT MONDAY, DECEMBER 13, 1993.


Contact:
Emilio Robles
Apple Computer, Inc.
(408) 862-5671

or

Toni Giusti
Cunningham Communication, Inc.
(408) 982-0400


Apple Delivers New AppleScript Scripter's Kit for Solution Providers

#### TEXT       auto-doubler-summary.txt   ****

Date: Fri, 17 Jun 94 13:47:15 EDT
From: wse@matahari.dfci.harvard.edu (William Edwards)
Subject: Autodoubler Problem SUMMARY: I went to Stacker

Thanks to everyone who responded.  As you'll see from the attached
mail, there was some skepticism about disk-level auto-compression,
though one person was using Stacker without any problems.  One person
suggested a new disk drive, which I am too cheap to buy at the moment.
I went ahead, installed Stacker and got rid of Autodoubler.  This
eliminated the mysterious spinup problem, *and* gained me disk space,
since Autodoubler was not compressing my System Folder.  So far so
good.  Here come the messages:
------------------------------------------------------------------------------
Original posting:

       I am about to go this route, and was wondering if any have travelled
it before me.  I am about to dump Autodoubler (2.0.3), which is spinning my
Powerbook drive up every thirty seconds, and which is incompatible
with Quicken 4.0 and macBible 3.0.  I'm running Stacker on my HP 95,
and it just seems to work.  I want to try it on my PB 100 8/40, and

#### TEXT       awol-where-to-find-14.txt   ****

AWOL Utilities 1.4:  Where to Find Them!
 April 24, 1998

Internet mail address:
 ab026@freenet.carleton.ca

Paper mail address:
 AWOL Software Productions
 PO Box 24207
 Hazeldean RPO
 Kanata, Ontario, Canada
 K2M 2C3

Package contents:
 Each program archive includes the "About AWOL Utilities" file, which gives a
 capsule summary of all AWOL Utilities programs.
 Virtual Desktop 1.9.2: powerful virtual desktop manager for all Macs and monitors
 Maybe 1.5.3: Finder alias enhancer, useful with Virtual Desktop
 Help on Wheels 1.3: stand-alone help server, used with all AWOL Utilities
 HoW Developer's Kit 1.3: developer's kit for Help on Wheels client applications

#### TEXT       bad-record-index-pm5.txt   ****

Date:         Sat, 02 Jul 94 18:35:15 PDT
From: Paul Brians <BRIANS@WSUVM1.CSC.WSU.EDU>
Subject:      Preventing and Solving PageMaker Bad Record Index Errors


When I recently had a PageMaker 5.0 file go belly-up on me because of a
"'Bad Record Index'" error, I collected many tips on dealing with this
ominous problem which I thought I would share.  I am sending you a
detailed set of instructions which may be of use to others for placing
in the archives.

Dealing with "Bad Record Index" errors in PageMaker.

The main points are these:

Prevention:

1.  Update to PM 5.0a (but do turn off ALL inits first; the installer is
a killer otherwise).
2.  In Preferences, make sure "Save smaller" is checked.

#### BINHEX     bb.hqx   ****

From: gcrice@bleurose.com
Subject: Black&Bleu


Demo copy
Black & Bleu� is an application that shows you the meaning of all of the documented and many of the undocumented Mac OS error codes. Many codes include information about what might be the cause of the error and what you can do about it.

The database contains over 2500 error codes with Apple's short explanations of each. Our detailed explanations and remedies are included for the most common of these errors. The type of detailed information can be selected from 2 categories: a Non-technical User orientation and a Programmer orientation. The Non-technical User explanation is presented in a way that someone without a programming background can understand. The Programmer explanation is written in VERY technical terms that usually includes source code that demonstrates the error. To fully understand the Programmer explanation, you should be familiar with Macintosh programming (in C or C++).

Black & Bleu� is also available from our web site: www.bleurose.com as a free fully functioning demo.  This demo can be launched for a total of 3 times before it expires.





#### BINHEX     bible-11.hqx   ****

From: maclibrary@skynet.be
Subject: bible-11

The Mac First Aid Bible is THE first stand-alone troubleshooting guide
for every Mac user who wish to keep his Mac happy.
It contains a lot of usefull information, info about troubleshooting shareware and links to the related sites of it.
Give it try and please register it!!!
Thanks anyway for trying out.
This is version 1.1, but will be enhanced soon with new topics covered.
The bible-11.hqx file contains all information needed about The Mac First
Aid Bible.
Author: Guido Cautreels
email adress: maclibrary@skynet.be





#### TEXT       calculators.txt   ****

From: Sven Guckes <guckes@inf.fu-berlin.de>
Subject: Calculators Summary (Re: Currency Converter)
Date: Fri, 10 Dec 1993 02:07:06 GMT

pollock@CC.UManitoba.CA writes:

>I am looking for a currency converter.

How about a calculator?

I will append a list of calculators I found on UMICH looking at the file
UMICH:00help/index.text.

Just one question:
Where would you get the up-to-date info on currencies?

Sven :)

===


#### BINHEX     cdu-electronic-manual.hqx   ****

Date: 30 Jun 1995 17:26:37 U
From: "Tech Support" <support@connectix.com>
Subject: CDU 1.0.5 Manual

The enclosed electronic manual documents CDU 1.0.5 new features.

Please note that this electronic manual is the US version. If you have
a localized version, please check with your local distributor.

This electronic manual is available for free distribution to local BBS
online services.

This electronic manual is for CDU registered users only. If you have
not sent your registration card to Connectix, please do so that we can
notify you of future product information.

) Copyright 1995 Connectix Corporation


#### TEXT       circuit-analysis-software.txt   ****

Date: Tue, 26 Oct 1993 23:52:33 -0500
Date: Tue, 26 Oct 93 13:22:45 EDT
From: Tom Coradeschi <tcora@Pica.Army.Mil>
Subject: PSPICE

Wally Patterson <patterwc@tigershark.ml.wpafb.af.mil> wrote:
>I'm looking for a MAC-based circuit simulator call PSPICE.
>Please, tell me where I can find it.

SCIENCE AND ENGINEERING EDUCATIONAL PROGRAMS FOR THE MACINTOSH

[These opinions are posted by Professor A. E. Siegman, E. L. Ginzton
Laboratory MC-4085, Stanford University, Stanford CA 94305. Email responses
directed to siegman@sierra.stanford.edu on Internet or RW.AAP@STANFORD on
Bitnet will be welcomed.]

                 ----- 
    
Messages keep appearing on Mac newsgroups asking about analog and digital
circuit analysis programs and other EE-related educational programs for the

#### BINHEX     claris-solutions-italy-info.hqx   ****

From: (Riccardo Canetta) ricky@internetforce.com
Subject: Italian Claris Solutions Alliance

Good news for italian FileMaker Pro developers: the Claris Solutions
Alliance is now available in Italy, giving access to a lot of information
and technical issues as well as to the FileMaker Pro SDK, the unlimited
multi-platform run-time.

The enclosed file contains all the infos about the italian CSA and how to
join it, and can also be downloaded from our web page at
<http://www.venus.it/FMP>, which also contains tips, tricks and the
official developers' directory.

Sincerely,
Riccardo Canetta


#### BINHEX     claris-works-faq.hqx   ****

From: MacFAQ@aol.com
Subject: ClarisWorks FAQ

Th…

Showing first 20,000 characters of 138,665 total. Open the full document →

Home Documents Software Guides Goodies
Goodies

Goodies

Filenamegoodies.txt
Size0.01 MB
Downloads7
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
Date: Wed, 18 Sep 91 14:26:36 EDT 
From: Clare Durst <CCD@brownvm.brown.edu>
Subject: System 7 goodies 


Thanks to everyone who contributed their information on System7 special
goodies: to Murph Seawall (of course!), George Wittenberg, Jonathan Helton,
Dan Goldman, John Morgan, Nathan Gasser, Jill Williams. Hope I haven't
fogotten anyone.

Forgive me for taking so long to report on them - a lot of things can come
up at this time of year in a university, as we all know.  In submitting
these, I can only vouch that a) they all work together for me on my IIcx
and portrait monitor; b) they all seem to work together on a small screen
SE with 4 meg of memory and c) almost all are almost free.  Almost the
only other thing I have in memory besides these apps is Suitcase.
  Several (marked with an *) do much the same thing. Take your pick.

Someone suggested the NOW utilities but since they're not shareware I
didn't check them out. Popover and ViewPaint both were recommended,
and I can't find them on the archives. Post, someone? Everything else IS on
Sumex. I've tried to stick to the "serious" things - no sounds or pictures,
although I did include CursorAnimator! Although I've crashed occasionally,
I only would recommend against one item: Trash Chute, until it's fixed - it
deletes the original of an aliased item, rather than the alias. And the one
thing I STILL haven't found is a way to make a command key move
something to the trash (not instantly delete it).

                             STARTUP APPLICATIONS
DARKSIDE free
Tiny screen-saver app. Many different options. Be careful: Some may have
screen-draw problems. If you haven't bought 60 copies of After Dark for
your network, get this and have a clear conscience!
APPLICON free *
Tiny app. that shows icons of all open apps so you can switch between
them easily. VERY useful in its 2.1 incarnation, and the most popular of
apps recommended.
TRASHMAN $5
Empties trash on schedule; VERY useful

                            SYS7 SPECIFIC APPS
ALIAS ASSASSIN     free
Finds aliases so you can delete old ones
ALIASMAKER         app free
Makes alias to anything dropped on it

                               Other VERY USEFUL APPS
COMPACT PRO        $25
invaluable file-compressor
DISINFECTANT       free
"all you need for virus protection!"
DOWNLINE Free
unstuffs files as they are being downloaded. Doesn't work with stuffit
classic, deluxe, or compactor files
TASK-IT  free
shows what your mac is doing and how. understudy free
Lets you open files for which you don't have the app with a similar app
Documentation a bit obscure!
FILELIST PLUS      free
catalogs any size disk you want, saves out into tab-delimited files, etc.,
etc. A necessity.

                                     CHOOSER APP
BROADCAST 2        $25 a zone or $100 for all
Send/receive 3-line msg to anyone on your network; Allows background
sending now.

                               CONTROL PANEL DEVICES
ALTCDEF  free
Nice double-triangles at either end of scroll bars. Sorry, but I can't fathom
the "ghost thumb" concept so maybe this DOESN'T work very well.
APPMENU or APPSWITCHER free  *  *
Invokes app. menu anywhere on screen when you hold down modifier
I haven't found much difference between the two. Handy.
CLOCKADJUST or NETWORK TIME free
Set your internal clock using your modem or your tcip/ip connection
CURSORANIMATOR     free (postcard to Europe)
Changes watch, arrow, etc. to more interesting items. Fun. Not essential.
DFAULTD  $20
Goes back to earlier folders used or default directories for specific apps
Not quite Boomerang, but better than nothing.
DROPCHECKfree
Tells you when things have been dropped into your folders.
BUT it's stored in Sumex with no doc - how do you turn it off when you've
looked at an item?
ESCAPADE free
lets you select buttons in dialog box by typing 1st letter of its name.
Useful.
 EXTENSION MGR     free
Manage inits (extensions & CPs) Seems to work well. Necessity.
FINDER COMMANDS    $5
Lets you make command key equivs of all finder menu items I can't make
it work on the VIEWS menu, but otherwise it's VERY useful.
FINDER MENUS       $10
works like finder commands BUT until you pay up you only can use 1st
part of alphabet in cmds.
FLASHIT  $15
Great screen-capture. No mac should be without it!
MICN     free
Makes menu items into mini-icons. Might be good for new users; old hands
don't need it and crambar also saves space on small screens.
POPCHAR  free
Lets you find all those strange symbols in a font and plug into a doc. Old
reliable.
POWERSWITCHER      free   *
Uses the "triangle key" (power key) to switch between apps. Seems to
work more reliably for me than proswitch or Switch.
PROSWITCH
Another application switcher.
SAVOMATIC$20
Auto-saves files at specified intervals.
SCSITOOLSfree
Mounts newly turned on scsis, etc.
SUPERCLOCK         free
Best clock around. Familiarity should not breed contempt.
WINDOWSHADE/ ZOOMBAR free (or $500000)
compress windows to get to other apps. I found zoombar buggy but many
people swear by it. I swear by Windowshade!

                          EXTENSIONS
CRAM BAR free
displays menus in compressed type. Great for 9" screens.
HELIUM/NOBALLOON   free, free
Helium turns off balloons with keyboard combo. Noballoon gets rid of them
altogether but they come back with the keyboard combo.

                            DAs
MCSINK   $45
text editor that does a lot of file clean-up chores
Add/strip is another possibility here if you do a lot of file conversions
REMEMBER $20
Keeps track of your life. Very useful calendar/reminder prog
ADDRESS BOOK       $20
You must have something like this as a "rolodex" sub. Doesn't print from
within program but imports and exports to text files.

*Yet another way to switch applications

Again, thanks to everyone. I'm sure, given the ingenuity out there these
days, the list will be obsolete in six months. But then I'll let someone
ELSE come up with a replacement!
Home Documents Software Guides Fea Query Summary
Fea Query Summary

Fea Query Summary

Software Guides · 1993 · TXT
Filenamefea-query-summary.txt
Size0.01 MB
Year1993
Downloads8
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
Date: Tue, 26 Oct 1993 21:19 GMT 
From: ajcarr%ccvax.ucd.ie@Forsythe.Stanford.EDU (Dr Alun J. Carr)
Subject: [*] Summary of responses to FEA query 



--========================_15565458==_
Content-Type: text/plain; charset="us-ascii"

Well, I finally got around to hacking a mail file that was corrupted by
Pegasus Mail some time ago (twice!). It contained all the responses to
replies I
got to the following query which I put out around April time:

> Does anybody out there know if there are any finite element analysis
> packages available for the Mac (preferably 3D)? Please let me have the
> manufacturers name and if possible (in order of preference) e-mail address,
> fax number (not toll-free, as we can't use them from Europe), snail-mail
> address and/or phone number.

The attached file contains a summary of the responses.

[Note to Moderators: please place in reports directory]

Many thanks to the following people who reponded:

        Stephen Kawalko   <U40857@UICVM.BITNET>
        Ernie Potenziani <potenziani@monmouth-etdl1.army.mil>
        Mark Lankton <lankton@orion.colorado.edu>
        Christos Giogas <cg27@cunixb.cc.columbia.edu>
        Guido Paccagnella <guidop@conicit.ve>

and most especially, for help above and beyond the call of duty:

        Bob Norton <NORTON@JPL354.JPL.NASA.GOV>

I hope this is of some help.

Alun

A. J. Carr, Mech. Eng. Dept., UCD, Belfield, Dublin 4, Ireland.
Internet: ajcarr@ccvax.ucd.ie



--========================_15565458==_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: binary

Well, I finally got around to hacking a mail file that was corrupted by

Pegasus Mail some time ago (twice!). It contained all the responses to
replies I

got to the following query which I put out around April time:



> Does anybody out there know if there are any finite element analysis

> packages available for the Mac (preferably 3D)? Please let me have the

> manufacturers name and if possible (in order of preference) e-mail address,

> fax number (not toll-free, as we can't use them from Europe), snail-mail

> address and/or phone number.



The attached file contains a summary of the responses.



[Note to Moderators: please place in reports directory]



Many thanks to the following people who reponded:



        Stephen Kawalko   <U40857@UICVM.BITNET>

        Ernie Potenziani <potenziani@monmouth-etdl1.army.mil>

        Mark Lankton <lankton@orion.colorado.edu>

        Christos Giogas <cg27@cunixb.cc.columbia.edu>

        Guido Paccagnella <guidop@conicit.ve>



and most especially, for help above and beyond the call of duty:



        Bob Norton <NORTON@JPL354.JPL.NASA.GOV>



I hope this is of some help.



Alun



A. J. Carr, Mech. Eng. Dept., UCD, Belfield, Dublin 4, Ireland.

Internet: ajcarr@ccvax.ucd.ie



====== Cut Here ===========================================================



Date: Wed, 7 Apr 1993 10:54:36 CDT

From: Stephen Kawalko   <U40857@UICVM.BITNET>

Subject: Re: FEA software for the Mac



> Does anybody out there know if there are any finite element analysis

> packages available for the Mac (preferably 3D)? Please let me have the

> manufacturers name and if possible (in order of preference) e-mail address,

> fax number (not toll-free, as we can't use them from Europe), snail-mail

> address and/or phone number.



I have a brochure from MacNeal-Schendler which lists all of their finite

element software packages. It lists a package named MSC/pal 2 which is

a finite element package which runs on a Mac. It can analyze both 2D and

3D models with up to 2000 grid points (12,000 degrees or freedom).



  Corporate Address:

    The MacNeal-Schwendler Corp.

    815 Colorado Blvd.

    Los Angeles, CA 90041-1777



    Phone: (213) 258-9911

    Fax:   (213) 259-3838



  European Address:

    MacNeal-Schwendler GmbH

    Innsbrucker Ring 15

    Postfach 801240 D-8000

    Munchen 80 Germany



    Phone: (089) 4319870

    Fax:   (089) 4361716



> Please let there be at least *one* package out there, otherwise the

> smart-arse PC types are going to turn around and thumb their noses (they

> have LUSAS, ANSYS and heaven only knows what else to play with), and a

> colleague of mine is going to have to use his Centris 650 as a dumb terminal

> into an overloaded VAX.



Well there is at least one finite element package for the Mac. It

may not fit in your budget but it does exist.



I am still astonished when people tell me that engineers don't use

Macs and then proceed to tell about all the software which supposedly

doesn't exist for Macs. Be kind, it is not that they lack intelligence

but rather they lack the correct information. :-)



Stephen Kawalko (u40857@uicvm.cc.uic.edu)

Dept. of Electrical Engineering and Computer Science

University of Illinois at Chicago



======



Date: 07 Apr 1993 07:59:28 -0500 (EST)

From: Ernie Potenziani <potenziani@monmouth-etdl1.army.mil>

Subject: FEA software for the Mac (Q)



Alun,



        I too have been searching for FEA (electromagnetic) software for the

Mac, but without any luck. Right now, I'm using MacNeal-Schwendler's software

(they make NASTRAN and EMAS) on a VAX and running MacX on my MacIntosh
(just as

an X terminal). I've mentioned my need to numerous vendors at trade show

exhibits, but most seem to concentrate on what they perceive as more numerous

platforms (Suns, HPs, DEC VAXs).

        About the closest I've seen (in a magazine advertisement) was some

structural engineering software on a Mac (it MAY have been PATRAN) but as it

didn't have electromagnetic capabilities, I didn't pay much attention to the

advertisement. Sorry.

        Please let me know if you find anything and I guess all Mac users can

do is to keep asking.  If enough vendors get inquiries, maybe some will react.





Sincerely,

__________________________________________

Ernie Potenziani, D.Eng.Sc.

US Army Research Laboratory

Electronics & Power Sources Directorate

AMSRL-EP-EC-H, Myer Center

Fort Monmouth, NJ USA 07703-5601

Internet: potenziani@monmouth-ETDL1.army.mil

Phone:Commercial(908)544-3628

      DSN:995-3628     FAX:(908)544-2899

      Compuserve:72447,165



======



Date: Tue, 6 Apr 1993 08:49:07 -0600

From: lankton%zodiac.colorado.edu@spot.Colorado.EDU

Subject: FEA software



Alun,



We use COSMOS/M for finite element analysis on the Mac, and we are

pretty happy with it. (We switched from NASTRAN on a VAX, which really

was a pain to work with....) We obtain it from a local distributor, but

it is produced by:

  Structural Research and Analysis Corporation

  2951 28th Street

  Santa Monica, CA 90405 (USA)

  tel: 310-452-2158

  fax: 310-399-6421



Good luck!



Mark Lankton (lankton@orion.colorado.edu)

Laboratory for Atmospheric and Space Physics

University of Colorado



======



Date: Mon, 12 Apr 1993 7:55:54 -0700 (PDT)

From: NORTON@JPL354.JPL.NASA.GOV

Subject: FEA on the Macintosh



Mostly bad news, I'm afraid.



There are a number of factors that have kept FEA programs off the Mac:

  o  Most FEA program come out of the mainframe environment, which

     means that they are batch oriented, not interactive, and thus

     don't require, or take advantage of, the Macintosh GUI.

  o  The amazing price wars have driven down the price of the

     DOS hardware, at least in the US, do an incredible level.

     While Apple has countered with aggresive price moves, they

     still are well behind the Intel hardware in price/performance.

  o  Apple still hasn't managed to break through the 10-15% market

     penetration.



In the aerospace field our primary FEA program is NASTRAN.  Originally

this was developed by contractors for NASA; one of the contractors,

The MacNeal-Schwendler Corp (MSC), started marketing a propietary

version which now has the biggest piece of the NASTRAN pie.  Other

vendors can supply their own propietary version, and the "public"

version is available through COSMIC, which distributes NASA

developed software.



MSC does market a version of MSC/NASTRAN which runs on Intel hardware

using a version of the Unix operating system.  No Macintosh version

is available.  MSC used to market another FEA program called PAL

which was available for both DOS and Macintosh platforms.  I don't

believe that they have marketed this for a couple of years now, but

I believe that it can still be purchased, although I don't believe

that it is supported.



A company called Structural Research and Analysis Corp at

1661 Lincoln Blvd, Suite 100, Santa Monica, CA 90404, telephone

(310) 452-2158 has marketed their FEA for a number of years

on several platforms, including the Macintosh.  Their primary

presence is on DOS platforms, so I don't know how well they

support the Macintosh.  Their program is called COSMOS/M, and

was originally developed from the SAP program (from the

University of California at Berekely, Ed Wilson).



That's about all I know about Macintosh FEA programs.



I've personally tried to break through this problem by porting

the COSMIC version of NASTRAN to the Macintosh (using the Unix

environment sold by Apple, A/UX).  This has been a rather

frustrating experience, largely due to the Fortran compilers

available for the Macintosh under A/UX>



I am optimistic that the current bleak situation will change with

the introduction of the PowerPC hardware early next year.  This

has the potential of getting Apple past the 10-15% market penetration

problem.  Users will be able to run existing Macintosh applications

on both Apple and IBM brand hardware.  The following operating

systems will be available on the PowerPC:  native Macintosh,

Macintosh under Unix (similar to the existing A/UX), OS/2 (with

DOS and Windows), Sun's Unix called Solaris, and probably Windows

NT.  The key issue for me will be a good Fortran compiler -- we'll

see!



Best wishes and good luck,



Bob Norton



======



Date: Wed, 7 Apr 93 0:50:37 EDT

From: Christos Giogas <cg27@cunixb.cc.columbia.edu>

Subject: FEA on mac



Hi Alun. The only program that I have heard of (by no means does

this mean that there aren't any others) that can do finite element

analysis is AutoCAD for the Mac. As you may know, it is a standard

CAD program on the DOS platform. If my memory serves me correctly

MacUser reviewed it about one and a half years ago (late summer of '91).

For FEA, you need the second part with AutoCAD called AME. MacUsers

'93 buying guide (page 185) list:



                        AutoCAD $3500

                        AME     $495



This may be way out of your price range but hear is the address:



                AutoDesk, Inc.

                2320 Marinship Way

                Sausalito, CA  94965

                Tel #  (415) 332-2344



After giving you this address, I found that MacUser reviewed AutoCAD

in the Oct '92 issue.



BTW, if you get any other information on other FEA, would you be

so kind as to send me the names and addresses or post it on the net.

Hope this helps,



Chris Giogas  cg27@cunixb.cc.columbia.edu



======



Date: Tue, 13 Apr 93 19:23:23 AST

From: "Guido Paccagnella (Hosp.Perez Carreno" <guidop@conicit.ve>

Subject: FEA software on Mac



Hi,

I tryed to send to ollamh.ucd.ie but got a not sent message and also

tried to send to Info-Mac, but I haven't seen it. So here it goes again.



< Does anybody out there know if there are any finite element analysis

< packages available for the Mac (preferably 3D)? Please let me have the

< manufacturers name and if possible (in order of preference) e-mail

address,

< fax number (not toll-free, as we can't use them from Europe),

snail-mail

< address and/or phone number.



* The March issue of Mechanical Engineering announces LapCAD which is

the first I have seen in some time (for Macs and not for Windows, UNIX,

etc.).

As far ad the ad goes, the package seems  to be what you are looking

for.

* For other Mac applications, the only one besides the above, is

Cosmos/M which I ordered a demo version long time ago.  I never liked

that demo because, in a few words, is an IBM application ported to a

Mac; It is very cumbersome and difficult even to follow their demo. The

use of menus is extremely limited.  The drawing of a simple element is

done by  "telling"  each point's coordinate ( much like Auto Cad and

Versa Cad). You really get the feeling you're working on an IBM instead

of a Mac. The only relief would have been to import 3D dxf files into

Cosmos Shell in order to analyze. But since MiniCad does not dominate

dxf (at least up to vers. 3.xx) and Auto Cad is out of the question,

that's as far as I got with Cosmos. And I don't think they have

rewritten their code to make it a 7-savvy application. ( It wasn't even

6-savvy back then. )



Addresses:

LapCAD Engineering,  7710 Balboa Ave., Suite 226, San Diego, CA 92111.

(800) 343-3641;   (619)467-1947  Voice/Message/Fax.   $195-$995.



Cosmos (Structural Research & Analysis Corp.)

 2951 28 Th. St., Suite 100, Santa Monica, CA 90405.

(310) 452-2158; (310) 339-6421 Fax.    Free 50 node demo vers. FEA only

$1550.



So, to summarize,  heavy work needs to be done in this area.  I am

personally planning on (somehow, and someday) writing my own code for

Design Optimization.  I have the tools but  I need a little more

experience in the programming area....



Guido Paccagnella

guidop@dino.conicit.ve



====== End of report ======================================================




--========================_15565458==_--
Home Documents Software Guides Quick Gif 10 Gif89A Patch
Quick Gif 10 Gif89A Patch

Quick Gif 10 Gif89A Patch

Software Guides · 1994 · TXT
Filenamequick-gif-10-gif89a-patch.txt
Size0.00 MB
Year1994
Downloads6
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
From: apabla@cs.uregina.ca
Subject: Summitted file
Date: Fri, 29 Jul 1994 18:55:48 -0600 (CST)

Below is information on how to patch Quick-gif 1.0 so it will view Gif89a 
type gifs.  The information was provided by the author of the program.
Please put this text file wherever appropriate.


<Begin Text Article>

Below you will find some instructions on how to patch QuickGIF 1.0 to be able
to open GIF89a types of GIFs (which was a new GIF format extension defined
after QuickGIF 1.0 was released).  


Patching QuickGIF for viewing GIF89a graphics.

This patch will simply short-circuit the check for GIF87a header
information.  This means that GIF87a as well as GIF89a will be decoded.
Since the new version is backward compatible with the previous one,
there will be no problems decoding the image.  However, new extensions
to the file format, such as comments, graphical text, and others, will be
ignored and bypassed by QuickGIF, only displaying the background image.
This will be no problem for most images, since the majority of GIF89a
images only contain the background image plus an invisible textual
comment about the image origin.

This patch applies to QuickGIF 1.0, QuickGIF-Plus 1.0
and QuickGIF-Plus 1.1.

Using ResEdit 2.1:
1. Make a copy of QuickGIF, and work on the copy.
2. Run ResEdit 2.1, select the QuickGIF copy,
   and open Code ID 3, and/or 4.
3. Find hexadecimal: 0C40 0037 6610.
4. Replace with:     0C40 0037 4E71  (only last 4-digits changed).
5. Save changes, and verify it works.
6. If it works, trash previous version, and keep the patched one.

Using a file editor:
1. Make a copy of QuickGIF, and work on the copy.
2. Run your file editor and select "Edit Resource Fork",
   then open the QuickGIF copy.
3. Find hexadecimal: 0C40 0037 6610.
4. Replace with:     0C40 0037 4E71  (only last 4-digits changed).
5. Write or save changes, and verify it works.
6. If it works, trash previous version, and keep the patched one.

Enjoy!
Home Documents Software Guides Genealogy Programs
Genealogy Programs

Genealogy Programs

Software Guides · 1990 · TXT
Filenamegenealogy-programs.txt
Size0.00 MB
Year1990
Downloads9
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
Date: Sun, 21 Mar 1993 13:41:41 +0000 
From: Richard Rathe <Richard_Rathe@qm.circa.ufl.edu>
Subject: [*] Family Tree Software Report 

Thanks to all who responded to my appeal for information. Please place this 
upload in the reports subdirectory. It contains comments on three genealogy 
programs for the Mac: MacRoots, Personal Ancestor File, and Reunion.

~~~~~~~~~~~~~~~~~~~~~~~~~~
Richard Rathe, MD
rrathe@nervm.nerdc.ufl.edu

------CUT HERE------

Report on Macintosh Genealogy Programs
Compiled by Richard Rathe 3/93

=== MacRoots ==============================

This is a basic, no frills genealogy program. The program is structured around 
individuals who can then be linked to others through marriage or parentage. It 
has the ability to generate tree diagrams, however, the printed versions are 
character based, ala 9-pin dot matrix days.

$35 from

Itasca Softworks
Bruce W. Muckala
Rt. 1, Box 408
Bagley, MN 56621

The version I tried is 5.7 and copyright 1990. I am not sure if there is an 
update.

=== Personal Ancestor File ================

"...I have been using Personal Ancestor File 2.1 for a couple of years and am 
quite happy with it.  The Church of Latter Day Saints(LDS)in Salt Lake puts it 
out for Mac and DOS.  It is well documented and packaged and cost (back then) $
35.00.  Quite a bargain.

The Church of Jesus Christ of Latter-Day Saints
Family History Department
Ancestral File Operations Unit, 2 WW
50 East North Temple Street
Salt Lake City, Utah 84150
1-800-336-6644

Don't let the sectarian origins of this software put you off it is widely used 
and appreciated by genealogy people of all stripes..."

"...I used PAF from the Church of the Latter Day Saints. PAF = personal 
ancestral file.  I am not a Mormon, but the software is outstanding and the 
cost is less than $40.00.  I do not have it with me here at work so that is 
all I know off the top of my head.  If you can't track it down based on this, 
let me know and I will send you more specific info about getting it.  It is 
the best thing for geneology work I have ever seen and the you can get access 
to their databases of info too..."

"...My wife and I have been using 'Personal Ancestral Files' (for the Mac) 
from the Mormon Church.  It seems to be a very usable and friendly system.  It 
doesn't require much disk space, as the manual states that it will work on a 
single (800K) floppy system.

It has many features for insuring that you are consistent in spelling names of 
persons and places.  It can also produce innumerable charts, diagrams and 
reports.  If you are not Mormon (we aren't) you can turn off the 'extra' 
Mormon-only data the program can collect..."

=== Reunion ==============================

"...I have been using Reunion for several years and have found it excellent. 
It is HyperCard based, but extremely powerful. Unlike many other applications 
that I investigated before choosing Reunion, Reunion is a Mac application -- 
it really takes advantage of GUI. I have not come across another program that 
can match all Reunion's features..."

"...I can recommend Reunion, by Leister Prod... The upgrade from 2.0 to 3.0 
was free, and the current price is about $ 110.00, available from most of the 
big mail order places. They usually run a small ad in the back of Macworld..."


"...I recommend Reunion, a HyperCard-based package that requires 2 MB and a 
hard disk.  Reunion is complete, elegant, robust, and flexible.  It produces 
high-quality charts and other types of documents.  Charts include descendant 
and pedigree charts; other documents include family histories (comprehensive 
listings), family group sheets, person sheets, questionnaires, mailing lists, 
birthday lists, etc.  It allows storage of up to 30,000 (I think) characters 
of of text per person.  It is sold by MacConnection for $115.

=== Other =================================

"...I looked around for the same thing as you, couldn't find anything
suitable, and started playing around with MacFlow, the flowcharting s/w
from Mainstay. I have found it excellent for constructing fairly complicated
family trees, they can be multilevel if required. Clicking on an item in the
tree can either take you to an additional info screen, or another level of
family tree. The printing, font and graphic possibilities seem to cover all
that is needed. You can even use this s/w for making flowcharts (when provoked)
..."
Home Documents Software Guides Alias Tricks
Alias Tricks

Alias Tricks

Software Guides · 1994 · TXT
Filenamealias-tricks.txt
Size0.01 MB
Year1994
Downloads8
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
Date: Wed, 8 Jun 1994 13:52:38 +1000
From: "Michael.Smith" <Michael.Smith@maths.anu.edu.au>
Subject: Tricks for keeping aliases connected

Warning: I waffle on a bit in this message.

This a brief account of my recent experiences with aliases. Hopefully it
will be of use to others. A simple trick allowed me to do a backup-restore
of my hard disk with only a few aliases ending up detached (some because I
forgot to unlock them before starting, others because they ended up
pointing across the new partitions).


How do aliases work?
--------------------

As far as I know, an alias encodes its destination in two ways.  I won't go
into too many details, since I have only educated guesses on precisely how
it works, but experimentation can verify the following facts:

(1) Stored within the alias is a "pointer" to the location of the target on
the disk --- when a file is created it is assigned a unique pointer which
remains unchanged as the file is moved around, renamed and modified. If the
file is deleted, this pointer becomes invalid.  If the pointer stored in
the alias is valid then just follow the pointer to the target.

(2) Also stored in the alias is the last known path to the file. For
example the stored path might be "HD:Documents:targfile" which means that
when the alias was last resolved it was to a file called "targfile" in
folder "Documents" on hard drive "HD".


So when the system attempts to resolve an alias it first checks whether
step (1) gives the target, and only if that fails does it then check step
(2). If both fail, the alias cannot be resolved.

Bacause of step (1), you can create an alias to a file, and then move the
file around, change the name of it and change the names of folders and
drives that it is stored on. None of these operations changes the pointer
to the file's information blocks. However, replacing a file by one with the
same name does prevent step (1) from succeeding, but then step (2) comes to
the rescue.


Hassle free backup/restore
--------------------------

What was I to do?  I had a 330MB hard drive with a single partition named
"Centris650", and I wished to back it up, reformat and partition it into 3
volumes, and then restore files into the 3 new partitions.

First I ran an alias checking program, which searches disks for all
aliases, and tries to resolve each of them (AliasBoss, AliasZoo and
FileBuddy all do this for you). This ensured all my aliases on "Centris650"
had both their components (pointer and path) updated. This was important
since I may have moved some around a while ago without resolving them
since, so their paths would be incorrect, and the whole trick it to rely on
the path component of the alias.

Then I backed up the disk into 2 different Stuffit archives, one for each
of the intended volumes.

After reformatting and partitioning the drive, I restored the files into
the 3 new volumes named "part1", "part2", and "part3".  But now every file
was a new copy, and none of the pointers stored inside the aliases would
point to their targets anymore. Moreover, an alias on one volume may now be
for a file on another volume. All the paths stored in aliases start with
the drive name "Centris650", so both resolving steps will(?) fail.

In three steps practically all aliases are fixed. Rename "part1" to
"Centris650", and run the alias checking program. It finds all the aliases
on all the drives, finds that none of the pointers work, and starts looking
at the last known pathnames. All the targets on the first partition can now
be resolved, since the first partition now has the old drive name.  In the
process of successfully resolving by name, the pointers to files are
updated as well, so when the name is changed back to "part1", all these
fixed aliases remain valid.

Repeat this step for "part2" and "part3".


Ammendment: It is possible that renaming the volumes is not necessary, but
I didn't pay close enough attention while I was going through this process
to know for sure.  A simple experiment seems to indicate that it is not
necessary. Make a new folder called "XXX", and then an alias to it on the
same volume. Delete the original. Rename the volume, and make a new folder
named "XXX". The alias will find it, despite the fact the path is
different.


If the alias and the target are separated across partitions, the alias will
not be fixed in this process. These must be fixed by hand (with the help of
FileBuddy or something similar).

End result --- backup and restore completed with a minimum of broken
aliases.  The only remaining problems are those file pointers that are
stored in preferences files: eg your copy of Fetch or Anarchie can no
longer find your "Download Folder", since when you set it the program
stored the folder's pointer which no longer works bacause all files are new
copies.


Another mind numbingly simple tip
---------------------------------

I like to keep aliases in readily accessible places, and original programs
in well organised places :-). Typically I have 4 or 5 aliases to an
important or frequently used program.

Problem was, whenever I got an update to a program, there was a bit of
bother replacing the old one by the new, because aliases usually broke.


Now whenever I install a program, eg Fetch 2.1.2, I make sure that I store
it in a folder that *does not* involve the version number. So I rename the
folder to "Fetch folder", or something similar. I make sure the application
does not involve the version number in its name, say "Fetch 2.1.2", since
updates will then have different names. Rename it to simply "Fetch". Ignore
the names of documentation files (indeed, hopefully they will be named
"Fetch 2.1.2 docs" or something similar).  Now I make all the aliases I
want of the application.

When I get a copy of Fetch 3.0, updating is now easy. Rename the folder it
is in to "Fetch folder", and make sure the application is called simply
"Fetch".  Replace the old folder by the new one. All aliases will continue
working.


Cheers,
Michael.

---------------------------------/|-|--|-|--|--Michael-Smith-------------------
 Michael.Smith@maths.anu.edu.au /-| |\ | |  |  Mathematics (CMA)
-------------------------------/--|-|-\|-|_/|--Australian-National-University--

http://pell.anu.edu.au/~smith/Michael_Smith.html
Subscribe to Software Guides
mp.ls