home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / kl.zip / kl.cmd < prev    next >
OS/2 REXX Batch file  |  1997-03-17  |  300b  |  12 lines

  1. /*
  2.   Sample CMD to invoke KL macro from OS/2 command line.
  3.   This CMD should be used with ProFileQ.kex where it assumed that your KEDIT
  4.   profile is "profile".
  5. */
  6. temp = 'c:\_D_I_R_0.___'
  7. queue 'macro KL' arg(1)
  8. queue 'KEDIT' temp
  9. queue 'QQUIT'
  10. '@KEDIT' temp  '(profile ProFileQ'
  11. EXIT  0
  12.