Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!rutgers!sri-unix!hplabs!hp-pcd!hpcvc0!robertw
From: robertw@hpcvc0.HP (Robert Williams)
Newsgroups: comp.sys.amiga
Subject: Re: 1.2R PATH question
Message-ID: <4410002@hpcvc0.HP>
Date: Fri, 9-Jan-87 20:06:26 EST
Article-I.D.: hpcvc0.4410002
Posted: Fri Jan  9 20:06:26 1987
Date-Received: Sun, 11-Jan-87 22:39:22 EST
References: <1115@spice.cs.cmu.edu>
Organization: Hewlett-Packard Co., Corvallis, Oregon
Lines: 23


  Since you are not assigning the rest of your system to RAM:,
it would make more sense to leave c: assigned to the boot disc.
(Also, WorkBench will like it better.)

  So do this:

makedir RAM:c
copy c:copy RAM:c
path RAM:c c:
{This makes your PATH:
  current dir
  RAM:c
  c:}
{Note that you will now use the RAM:c version of copy so the rest of
your script will be considerably faster.}
.
.
{copy the rest of your files}
.
.

-robertw