Installation of Kermit-ND: 1) If your copy of ND-Kermit came on a floppy, copy all files on the floppy to an arbitrary user (having no files). Otherwise you will have to transfer the source files in another way initially. (Sorry, no help here...) The filename mapping between CP/M type names and ND/Sintran names are found in the file NDKMAP.TXT, and may be used to create a mode-job to rename the files. 2) In order to install Kermit-ND from the sources, you must have available the following "standard" programs: MAC - assembler PASCAL - compiler (tested and developed using Version J) NRL - loader PERFORM - Mode-job generator. 3) The active parts of the program are made of: KERMIT:PROG - main program KERMIT:HELP - help text file KERMIT:HLIB - pointers into help text file If you already have these, you won't have to regenerate from sources. 4) In order to make the help-function available to all users on the system, you shold have (at least) WD access to files on the user SYSTEM or a user called HELP. If this does not suit your system, but you still want to have help-function available to all users, edit the files with names matching H:SYMB, and correct the filenames SYSTEM and HELP in "connect" and "xopen" statements. 5) Start PERFORM and give KERMIT as answers to both :MCRO file name and as macro name. 6) Finally copy KERMIT:PROG to SYSTEM to make it available to all users (remember to set public read-access to KERMIT:PROG).