home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / vmspascal / vxver.pas < prev    next >
Pascal/Delphi Source File  |  1988-08-15  |  242b  |  8 lines

  1. { Pick correct message for VMS or FTS KERMIT    }    
  2.     VERSION = 'UTCS FTS Kermit V1.1E';    
  3. {    VERSION = 'UTCS VMS Kermit V1.1E';        
  4.  
  5. { Pick correct Prompt for VMS or FTS KERMIT    }
  6.     KERMITPROMPT = 'Kermit-FTS> ';        
  7. {    KERMITPROMPT = 'Kermit-VMS> ';        } 
  8.