home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 July / Ahoy_Magazine_86-07_1986_Double_L.d64 / help.dat < prev    next >
Text File  |  2022-10-26  |  2KB  |  45 lines

  1. 1541 directory editor   [c64 comal 0.14]options:
  2. 'r' read directory  'W' write entries,
  3.     of disk in          1 to high, to
  4.     unit 8, drive 0     unit 8, drive 0
  5. 'L' list a range    'e' edit an entry
  6.     of entries      's' swap 2 entries
  7. 'l' list up to      'c' copy one entry
  8.     current entry       to another
  9. '+' add 1 to        'S' sort entries*
  10.     current entry   'p' protect range
  11. '-' subtract 1 from     of entries
  12.     current entry   'u' unprotect range
  13. 'C' set new current     of entries
  14.     entry           'z' zero a range
  15. 'i' make space to       of entries
  16.     insert entries  'h' set high entry
  17. 'd' delete entries  'H' help screen
  18.     (old entries    'RUN/STOP' usually
  19.      saved at top)      stops program
  20. * Press 'return' for details of sorts;    press 'run/stop' to quit.
  21. sort:
  22. 24 data bytes are stored for each entry;
  23. sorting may be done on from 1 to all 24
  24. bytes of the entries.  Sort direction
  25. (><) may be set for each byte: '>' means
  26. 'a' will preceed 'b' after the sort.
  27. 'width' (1-24) is the # of characters
  28.     used for comparing entries
  29. '1st' and 'last' give the sort range
  30. >>Give 'width' and range for each sort.<
  31. 'specify' allows the order and direction
  32.     of sorting to be set; the letters a
  33.     to x stand for the 24 bytes:
  34. [a=file type; b,c=track,sector of first
  35. block; d-s=file name; t,u=track,sector
  36. for the first side sector of a relative
  37. file; v=relative file record length;
  38. w,x=low byte,high byte of file length]
  39.    e.g.:'width'=1,order="a...",direction
  40.    ="<..." would sort by decreasing
  41.    file type groups.
  42. 'names' sets a default order with d-s at
  43.     the start and all directions = '>'
  44. Press 'return' to quit help screen.
  45.