home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / commo45.zip / COMMO.MAC < prev    next >
Text File  |  1991-01-12  |  5KB  |  104 lines

  1.                              ┌────────────┐
  2.  PgDn for more macros        │ Macro File │          PgDn for more macros
  3.                              └────────────┘
  4.  
  5.  Move Selector Bar to desired entry, press [Enter].
  6.  Programs indicated to the right of each macro must be in your DOS path.
  7.  
  8.  You may assign keys to run these macros directly!  Put a key-id in place
  9.  of the "---".  Press [Alt-H] and page down to "List of Key Identifiers."
  10.  
  11.  To activate Auto Receive, change the "zzz" to ".z." and the "mmm" to ".m."
  12.  
  13.  Macros used for DOWNLOADING (receiving)                    Program required
  14.  ───────────────────────────────────────────────────────────────────────────
  15.  ZMODEM batch   {zzz} {exec DSZ port %p rz -m %a %w} {} (see note)  DSZ.COM
  16.  YMODEM batch   {---} {exec DSZ port %p rb %a %w} {}    (see note)  DSZ.COM
  17.  YMODEM CRC     {---} {exec DSZ port %p rc %d\%i %a %w} {}          DSZ.COM
  18.  XMODEM CRC     {---} {exec DSZ port %p rc %d\%i %a %w} {}          DSZ.COM
  19.  MPT (or PUMA)  {mmm} {exec MPT P%p S%s r %d\ %a %w} {}             MPT.EXE
  20.  CIS BPlus      {---} {exec OZBEXT /c%p /f%d /n /x %a %w} {}     OZBEXT.EXE
  21.  ───────────────────────────────────────────────────────────────────────────
  22.  ** Note: registered DSZ users may add "%d" following the "rz -m" and "rb"
  23.           commands to direct downloads to a specific directory.
  24.  
  25.  Macros used for UPLOADING (sending)                        Program required
  26.  ───────────────────────────────────────────────────────────────────────────
  27.  ZMODEM batch   {---} {exec DSZ port %p sz -m %u\%i %a %w} {}       DSZ.COM
  28.  YMODEM batch   {---} {exec DSZ port %p sb -k %u\%i %a %w} {}       DSZ.COM
  29.  YMODEM CRC     {---} {exec DSZ port %p sx -k %u\%i %a %w} {}       DSZ.COM
  30.  XMODEM CRC     {---} {exec DSZ port %p sx %u\%i %a %w} {}          DSZ.COM
  31.  MPT (or PUMA)  {---} {exec MPT P%p S%s s %u\%i %a %w} {}           MPT.EXE
  32.  CIS BPlus      {---} {exec OZBEXT /c%p /f%u /n /x %a %w} {}     OZBEXT.EXE
  33.  ───────────────────────────────────────────────────────────────────────────
  34.  
  35.  
  36.  Macro to review capture file, press Shift-F8            Program required
  37.  ───────────────────────────────────────────────────────────────────────────
  38.  {sf8}  {exec LIST %c/e} {}  (no memory Scrollback)          LIST.COM
  39.  
  40.  
  41.  Simple login macro, press F1
  42.  ───────────────────────────────────────────────────────────────────────────
  43.  {nf1}    {send Fred|~~Brucker|~~~~#|} {}       RBBS, PCBoard, Auntie, etc.
  44.  
  45.  
  46.  Macro to list download directory, press Alt-F10
  47.  ───────────────────────────────────────────────────────────────────────────
  48.  {af0}  {exec dir %d /w %w} {}                  Download directory
  49.  
  50.  
  51.  Macro to login to a PCBoard (put "pcb" in Dialing Directory macro field)
  52.  ───────────────────────────────────────────────────────────────────────────
  53.  {pcb}  {capture y,c:\commo\pcb.cap} {asci ,:}
  54.         {setlook 60,hng}
  55.         {lookfor graphics} {send y|}
  56.         {setlook 60,hng,3,n|}
  57.         {lookfor first name?} {send Fred Brucker|~#|}  ═ your name here
  58.         {lookfor Main Board Command?} {}
  59.  {hng}  {hangup y} {stop}
  60.  
  61.  
  62.  Compuserve login macro
  63.  ───────────────────────────────────────────────────────────────────────────
  64.  {cis}  {setlook 45,hng,2,^c} {send ^c} {capt y,c:\commo\cis.cap} {asci ,:}
  65.         {lookfor User ID:} {send 71021,356|}
  66.         {setl 20,hng} {lookfor Password:} {send #|} {}
  67.  
  68.  
  69.                    ──────────────────────────────
  70.                    Full Screen Editor Key Support
  71.                    ──────────────────────────────
  72.  
  73.  The following keys are used by full screen editors such as Visual Editor in
  74.  ProDoor, PCBoard's full screen editor, ANSIED in RBBS and others.  They may
  75.  be changed to suit your own needs (all keys do not work with all editors --
  76.  capture the editor help info on the BBS).  See Appendix D in COMMO.DOC for
  77.  details on character representation.
  78.  
  79.  Note that the left arrow function (^S) is also the XOFF character. This may
  80.  cause a problem on some systems.  If pressing the left arrow seems to hang
  81.  the remote, press Ctrl-Q and change the "lfa" macro to:
  82.  
  83.         {send ^[[D} {}  or  {send ^@K} {}
  84.  
  85.  Macro                  Key             Function
  86.  ───────────────────────────────────────────────────────────────────────────
  87.  {hom} {send ^W} {}     Home            Start of line
  88.  {end} {send ^P} {}     End             End of line
  89.  {pgu} {send ^R} {}     PgUp            Page up
  90.  {pgd} {send ^C} {}     PgDn            Page down
  91.  
  92.  {upa} {send ^E} {}     Up Arrow        Cursor up
  93.  {dna} {send ^X} {}     Down Arrow      Cursor down
  94.  {lfa} {send ^S} {}     Left Arrow      Cursor left
  95.  {rta} {send ^D} {}     Right Arrow     Cursor right
  96.  
  97.  {cla} {send ^A} {}     ^Left Arrow     Word left
  98.  {cra} {send ^F} {}     ^Right Arrow    Word right
  99.  
  100.  {ins} {send ^V} {}     Insert          Toggle insert mode
  101.  {del} {send ^G} {}     Delete          Delete character
  102.  {cnd} {send ^K} {}     ^End            Delete to end of line
  103.  
  104.