The HP Kermit source files, like those of a few other implementations, have different names on the distribution tape than they must have on the system on which they will be compiled and run. This is done to make the names agreeable to as many systems as possible (e.g., making the name less than 9 characters so a VAX/VMS system will like it). Once the files are on whatever host system you are using (having been FTPed or copied from the distribution tape), you must rename them according to the table below before moving them to the target HP system. This is VERY important, because if you don't at least change the extension to .TEXT, the HP file system will store them in the wrong format, and the editor, compiler, etc. will refuse to have anything to do with them. Kermit Distrution Name HP Pascal System Name Description HP9CMD.PAS KRMCMD.TEXT Command Parser HP9COMP.CMD KRMCOMP.TEXT Compilation Procedure HP9GUTS.PAS KRMGUTS.TEXT Protocol Module HP9IO.PAS KRMIO.TEXT I/O Modules HP9KERMIT.DOC KRMDOC.TEXT Documentation HP9LINK.CMD KRMLINK.TEXT Linking Procedure HP9MAIN.PAS KRMMAIN.TEXT Main Program Modules HP9RPT.PAS KRMRPT.TEXT Error Reporting Modules HP9WNDW.PAS KRMWNDW.TEXT Window Management Modules