home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / DBRIEF.ZIP / INITIALS.M < prev    next >
Encoding:
Text File  |  1991-03-21  |  654 b   |  39 lines

  1. ;dBRIEF Sample Initials Macro - v3.10
  2. ;Do not change this macro (always overwritten by Setup).
  3. (macro _init
  4.     (
  5.         (extern    autosave
  6.                     toggle_re
  7.         )
  8.         (color 0 7 15 7 15 0x80)
  9.         (autosave)
  10.     )
  11. )
  12. ;** Use this macro for additional customization.
  13. (macro INITIALS
  14.     (
  15.         ;**    Put your changes here.
  16.         (return)
  17.     )
  18. )
  19. ;**    Overwritable by Setup
  20. (macro default
  21.     (
  22.         (tabs 4 7)
  23.     )
  24. )
  25. ;prg program extension
  26. (macro .prg
  27.     (
  28.         (tabs 4 7)
  29.     )
  30. )
  31. ;** Sample External Command Interface
  32. ;(macro command_name
  33. ;    (
  34. ;        (string command_line_parm)
  35. ;        (get_parm 0 command_line_parm)
  36. ;        (dos (+ (+ "executable file" " ") command_line_parm)
  37. ;    )
  38. ;)
  39.