home *** CD-ROM | disk | FTP | other *** search
- CHAIN.COM
-
- Chain Herbert Oppmann 8/92 ATTENTION: Turbo Pascal Version 3.00A only!
- ------------------------------------------------------------------------------
- If the given name of the CHN-file contains no directory specification (either
- DU:- or DIR:-form) then the CHN-file is searched in the following order:
- a) on the current drive/user
- b) along an internal path
- c) in a library of CHN-files
- If still not found, another ECP is started.
-
- Internal path:
- There are 5 entries consisting of 2 byte. The first one defines the drive
- (1-16 = A-P), the second one the user (0-31). The ASCII code of '$', 36,
- represents the current drive/current user. If there are less than 5 entries
- in use, the first unused entry must have a 0 as the first byte. If you want
- to suppress search along the internal path, enter a 0 as the first drive.
-
- Drive 1: (0 (=end of list), 1-16, 36 (=$))
- 2108 E
-
- User 1: (0-31, 36 (=$))
- 2109 E
-
- Drive 2:
- 210A E
- User 2:
- 210B E
-
- Drive 3:
- 210C E
- User 3:
- 210D E
-
- Drive 4:
- 210E E
- User 4:
- 210F E
-
- Drive 5:
- 2110 E
- User 5:
- 2111 E
-
- Name of the library:
- It is advisable to supply a drive/user designation (both DU: and DIR: forms
- work), because the library isn't searched along a path. If no extension is
- given, '.LBR' is added. If you want to suppress search in a library, enter
- an empty string.
-
- 211C SL0/17
-
- Name of the ECP:
- It is advisable to supply a drive/user designation (both DU: and DIR: forms
- work), because the command processor isn't searched along a path. If no ex-
- tension is given, '.COM' is added. If you want to suppress execution of an
- ECP, enter an empty string.
-
- 213C SL0/17
-
- That's all.