---------------------------------------------------------------------------

     Thank  you  for  copying  another  fine  product  from  the  Psych Up
factories.   In  the course of the years we have brought you many pieces of
work  that  were  up  to  the highest software industry standards, like the
acclaimed  NICEDIR (tm)  and  POWERMENU (tm)  for   the   Commodore   Amiga.
Now  we  humbly offer you a new product that will undoubtedly entertain you
and  your  family  and  at  the  same  time  make  you  more productive and
competitive on the Amiga marketplace:

                        RamDisk Creator V2.0

        Program       : RDC
        Size          : 10564
	Release	      : PUASh03
        Programmer    : P.G.T. Huitema
        Documentation : P.G.T. Huitema, H. Van Leeuwen
        Testing       : P.G.T. Huitema, H. Van Leeuwen, E. De Koning


---------------------------------------------------------------------------

What does it do ?
-----------------
Update time .... I kicked out my A2000 (kickstart 2.04) to replace it with
a A1200 (kickstart 3.0).
Like every computer operating system it's not perfect, so a lot of people
make small handy utils to make your computer life easier.
Hans van Leeuwen (the creator of ClockGuardian) had some trouble with the
RAM DISK icon, it looked like a LADA in a BMW SHOWROOM. So he created a
new (easy to look at) icon for kickstart 2.x. To install the icon he
used his c: commands. So it was time to create a simple util that will
install the icon on kickstart 2.x without using any memory.

If you are an experienced AMIGADOS user just read APPENDIX A1 at the end
of this doc.

How does it work ?
------------------

RDC is a replacement for the loadwb-line in your startup-sequence (yes you
can use it with Startup-sequence Selector).
Let's assume you have a startup-sequence :

; $VER: startup-sequence 39.9 (9.8.92)

C:SetPatch QUIET
C:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21

C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ

Resident >NIL: C:Assign PURE
Resident >NIL: C:Execute PURE

Assign >NIL: ENV: RAM:ENV
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER

IF NOT EXISTS SYS:Fonts
  Assign FONTS:
EndIF

BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)

IF EXISTS DEVS:Monitors
  IF EXISTS DEVS:Monitors/VGAOnly
    DEVS:Monitors/VGAOnly
  EndIF

  C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  Execute T:M
  C:Delete >NIL: T:M
EndIF

SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart

C:IPrefs

C:ConClip

Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities sys:utils work:crunchers

IF EXISTS S:User-Startup
  Execute S:User-Startup
EndIF

Resident Execute REMOVE
Resident Assign REMOVE

c:loadwb
EndCLI >NIL:

Well nothing wrong you guess (if you have kickstart 1.3 you may think we
lost our minds but because we are multi-tasking and userfriendly, kickstart
1.3 users will be accommodated in appendix A1 at the bottom of this doc.),
but we replace the LOADWB-line with RCD and you got a brand new highly
improved startup-sequence which will look like ;

; $VER: startup-sequence 39.9 (9.8.92)

C:SetPatch QUIET
C:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21

C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ

Resident >NIL: C:Assign PURE
Resident >NIL: C:Execute PURE

Assign >NIL: ENV: RAM:ENV
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER

IF NOT EXISTS SYS:Fonts
  Assign FONTS:
EndIF

BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)

IF EXISTS DEVS:Monitors
  IF EXISTS DEVS:Monitors/VGAOnly
    DEVS:Monitors/VGAOnly
  EndIF

  C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  Execute T:M
  C:Delete >NIL: T:M
EndIF

SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart

C:IPrefs

C:ConClip

Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities sys:utils work:crunchers

IF EXISTS S:User-Startup
  Execute S:User-Startup
EndIF

Resident Execute REMOVE
Resident Assign REMOVE

RCD
EndCLI >NIL:

Now the tricky part, you have to filecopy (use the cli-command COPY from
your C: directory or any diskmaster lookalike you preferrrrr) the RCD
file to your ROOT or C: directory and you are ready to roll.

If your workbench is already loaded RCD will not do anything this is
because we did not want to destroy peoples workbench environments without
their written permission (triplicate).

Whats so special ?
------------------
After you adjusted your startup-sequence and restarted the amiga you will
notice the nice RAM DISK ICON, which consumes NO EXTRA MEMORY !.
Ofcourse you may look in you ramdisk for the icon, but its not there.

Source CODE included
--------------------
After a long day working on 5 different projects we include as a ONCE IN
A LIFETIME OPPORTUNITY the source-code of this programm in high-speed
assemble (devpac/ASM-ONE).

--------------------------------------------------------------------------


If you have any questions about this FREEWARE product, bug reports, ideas
for updates, shorter docs, etc., please write to the following address :


          Psych Up
          Molenweg 162
          8023 WR Zwolle
          The Netherlands.

     You  can also order the official release disk of this product from the
above  address.   This includes the latest version of this program and some
other  Psych Up  productions.   All you have to do is send us a SASE (Self
Addressed  Stamped  Envelope) and disk to put the program on and we'll mail
it back to you ASAP (As Soon As Possible).  Don't forget the postage or the
International  Reply  Coupons  or we'll use your disk as a frisbee, or as a
beermat,  something  for  in  the  toaster, as an object in a filled vector
demo,  as  a cracker (with some shrimp cocktail and sauce on it), as a book
mark,  or  we'll  send  it to F.A.S.T.  so these guys can hunt you down, or
we'll  open  it  and  use  it  as  a hiding place for cocaine on our weekly
intercontinental flights to Columbia, etc.
     Oh  yeah,  before  I  forget, Psych Up retains all copyrights on this
program so don't use it commercially without our written consent.


                          Psych Up consists of:

    P.G.T. Huitema - Programmer and possible serial killer ($0 reward)
             J.A Van Leeuwen - Programmer and always too busy
                          A. Leraar - Music & SFX

APPENDIX A1
-----------

Please update your machine to kickstart 2.0 or higher. If really like to
see a kickstart 1.3 version .. Write me a nice letter !

If you started reading Apendix A1 immediately after you read (about halfway
the doc) that this special kickstart 1.3 service was included. We can hereby
tell you that it is save now to continue with the other half of the doc.


APPENDIX A2
-----------

FASTDOC
-------
For experienced user only !
Remove LoadWB from the startup-sequence and type RCD instead.
