home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rdebug21.zip / RDPROFIL.KEX < prev    next >
Text File  |  1993-03-25  |  720b  |  39 lines

  1. /*   c./*.**/*.*  for DOS KEXX version  */
  2. /*   c.**..*      for other version     */
  3. 'au off'
  4. 'beep on'
  5. 'CASE M I'
  6. 'cmd top'
  7. /* new Aug 4 92 */
  8. 'CMD B'
  9. 'ext /mon/ft'
  10. if monitor.1='COLOR' then do
  11.   'blink off'
  12.   'color * default'; end
  13. 'defext on'
  14. if right(ftype.1,2)='EX' then 'eofin prevent'
  15. 'impmac on'
  16. 'insert on'
  17. 'linen off #'
  18. /* new May 11 92 */
  19. 'keyb E'
  20. 'logo off'
  21. 'mar 2 72'
  22. 'msgl on 2 12 O'
  23. "newl below"
  24. "num on"
  25. "pre off"
  26. /* on if based on ext */
  27. 'reprof off'
  28. "stay on"
  29. "ext /VERSION"
  30.  if version.2 >= '5.00' then 'undoing off'
  31. 'varbl on'
  32. 'wrap on'
  33. "def f1 'rdbhelp /PANEL G S 1'"
  34. "def f6 'sos tabcmdf'"
  35. "def c-F1 'macro hypertxt'"
  36. /* file or quit*/
  37.  exit
  38. /*'arb on $ @'*/
  39.