home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / tpatch.lbr / CHAIN0.IZS / CHAIN0.INÓ
Encoding:
Text File  |  1993-06-07  |  1.8 KB  |  62 lines

  1. CHAIN.COM
  2.  
  3. Chain Herbert Oppmann 8/92    ATTENTION: Turbo Pascal Version 3.00A only!
  4. ------------------------------------------------------------------------------
  5. If the given name of the CHN-file contains no directory specification (either
  6. DU:- or DIR:-form) then the CHN-file is searched in the following order:
  7. a) on the current drive/user
  8. b) along an internal path
  9. c) in a library of CHN-files
  10. If still not found, another ECP is started.
  11.  
  12. Internal path:
  13. There are 5 entries consisting of 2 byte. The first one defines the drive
  14. (1-16 = A-P), the second one the user (0-31). The ASCII code of '$', 36,
  15. represents the current drive/current user. If there are less than 5 entries
  16. in use, the first unused entry must have a 0 as the first byte. If you want
  17. to suppress search along the internal path, enter a 0 as the first drive.
  18.  
  19. Drive 1: (0 (=end of list), 1-16, 36 (=$))
  20. 2108 E
  21.  
  22. User  1: (0-31, 36 (=$))
  23. 2109 E
  24.  
  25. Drive 2:
  26. 210A E
  27. User  2:
  28. 210B E
  29.  
  30. Drive 3:
  31. 210C E
  32. User  3:
  33. 210D E
  34.  
  35. Drive 4:
  36. 210E E
  37. User  4:
  38. 210F E
  39.  
  40. Drive 5:
  41. 2110 E
  42. User  5:
  43. 2111 E
  44.  
  45. Name of the library:
  46. It is advisable to supply a drive/user designation (both DU: and DIR: forms
  47. work), because the library isn't searched along a path. If no extension is
  48. given, '.LBR' is added. If you want to suppress search in a library, enter
  49. an empty string.
  50.  
  51. 211C SL0/17
  52.  
  53. Name of the ECP:
  54. It is advisable to supply a drive/user designation (both DU: and DIR: forms
  55. work), because the command processor isn't searched along a path. If no ex-
  56. tension is given, '.COM' is added. If you want to suppress execution of an
  57. ECP, enter an empty string.
  58.  
  59. 213C SL0/17
  60.  
  61. That's all.
  62.