  
   DEFDISK.C
  
   A program to make a specified disk/directory the default system disk.
   It accomplishes this by resetting the DOS library structures to point
   to the new path.  Put defdisk on your Workbench disk or hard disk somewhere,
   load up your ram: disk or hard disk and:
  
  		1> defdisk dh0:
  		      or
  		1> defdisk dh0:bin
  
   Woila! the standard workbench assignments are now pointed at the hard
   disk (SYS, C, L, S, DEVS, LIBS, FONTS).  The advantage to me in using this
   is that I don't have to load the AmigaDOS assign program 7 times to
   point the system at the hard disk.  I have the following two lines at the
   beginning of my startup-sequence for the Amiga 2090 disk controller:
  
                binddrivers
                dh0:system/defdisk dh0:
  
   One final note, be sure that there is a directory for each of the assigns
   on the target disk (C, L, S, DEVS, LIBS, FONTS).
  
   Author: J. K. Levie
 

