home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ckermit.env < prev    next >
Text File  |  2020-01-01  |  521b  |  10 lines

  1. ; C-Kermit environment file.  May be used to store "environment variables"
  2. ; used by C-Kermit on VOS.  The \$(var) construct will return values from
  3. ; this file.  Some variables are also calculated internally to C-Kermit,
  4. ; such as \$(HOME), and \$(TERM), but values in this file will override the
  5. ; programatic results. The format is VAR=value.  There is no quoting.  The
  6. ; value is everything from the = to the end of the line. Don't put spaces
  7. ; around the =.
  8. CKERMOD=\v(home)ckermod.ini
  9. CKPROMPT=[\v(host)] C-Kermit>
  10.