home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 118.lha / defdisk.doc < prev    next >
Text File  |  1986-11-20  |  1KB  |  28 lines

  1.    DEFDISK.C
  2.   
  3.    A program to make a specified disk/directory the default system disk.
  4.    It accomplishes this by resetting the DOS library structures to point
  5.    to the new path.  Put defdisk on your Workbench disk or hard disk somewhere,
  6.    load up your ram: disk or hard disk and:
  7.   
  8.           1> defdisk dh0:
  9.                 or
  10.           1> defdisk dh0:bin
  11.   
  12.    Woila! the standard workbench assignments are now pointed at the hard
  13.    disk (SYS, C, L, S, DEVS, LIBS, FONTS).  The advantage to me in using this
  14.    is that I don't have to load the AmigaDOS assign program 7 times to
  15.    point the system at the hard disk.  I have the following two lines at the
  16.    beginning of my startup-sequence for the Amiga 2090 disk controller:
  17.   
  18.                 binddrivers
  19.                 dh0:system/defdisk dh0:
  20.   
  21.    One final note, be sure that there is a directory for each of the assigns
  22.    on the target disk (C, L, S, DEVS, LIBS, FONTS).
  23.   
  24.  =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  25.  Jim Levie   REMTECH Inc  Huntsville, Al 
  26.  The opinions expressed above are just that.
  27.  Ph.    (205) 536-8581               email: uunet!ingr!b11!jim
  28.