home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk98 / pathassign / pathall < prev    next >
Encoding:
Text File  |  1995-03-19  |  397 b   |  13 lines

  1. ; Sample script to replace the normal system logical directories
  2. ; with PathAssignments. This example is written for two drives and
  3. ; the ramdisk VD0:
  4.  
  5. PathAss cx:    vd0:c,vd0:,df0:c,df0:,df1:c,df1:
  6. Assign    c: cx:
  7. PathAss l:    vd0:l,df0:l,df1:l
  8. PathAss s:    vd0:s,df0:s,df1:s
  9. PathAss libs:    vd0:libs,df0:libs,df1:libs
  10. PathAss devs:    vd0:devs,df0:devs,df1:devs
  11. Pathass fonts:    vd0:fonts,df0:fonts:df1:fonts
  12.  
  13.