home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / kl.zip / KLprof.smp < prev    next >
Text File  |  1997-03-17  |  1KB  |  38 lines

  1. ;  Sample Profile of KL macro.       (Version 2.00)
  2. ;
  3. ;  To use, rename to KLPROF.KL and place under directory pointed by DEFPROFILE
  4. ;  option. See KL.DOC for more detail.
  5. ;
  6. ;  ';' at column 1 is a comment line.
  7. ;
  8. ;        In following example. TMP is an environment variable that specifies
  9. ;        a directroy that KLDIR macro uses to create a work file.
  10. kltmp    TMP
  11. ;
  12. fnlen    18
  13. felen     5
  14. ; year2000=1 makes yyyy-mm-dd format in Date/Time field
  15. year2000  1
  16. ; timesec=1 adds seconds in Date/Time field
  17. timesec   1
  18. buflen   30
  19. xmode    dos
  20. initexit macro KlExit
  21. ;
  22. ; You can define new KL command is defined by KLCMD keyword. String following
  23. ; a semi-colon(;) at the end of command definition for KL command is treated
  24. ; as a 'trailing option' for the KL command. The trailing option is appended to
  25. ; the end of arguments to the KL command when it is invoked from KL list.
  26. ;
  27. ; Note that KL command is case-sensitive !!
  28. ;
  29. ;        cp:    COPY file quiet.
  30. klcmd    cp     dosq copy  ; 1>NUL 2>NUL
  31. ;        Cp:    XCOPY file quiet.
  32. klcmd    Cp     dosq xcopy ; 1>NUL
  33. ;        msg:   Arguments to 'msg' KL command is displayed in KEDIT's MSG Area.
  34. klcmd    msg    msg
  35. ;
  36. rsvline  -2 Yellow on Green   F3=Quit  F4=Almcopy To Host  F8=/R
  37. rsvline  -3 Yellow on Green c-F1=/L+    c-F2=/L- c-F4=/F+ c-F5=/F- c-F6=/SN c-F7=/SE
  38.