home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #5 / AmigaPlus_Extra-CD_5-97.iso / online-tools / mail / ems / configcustom / tickaction < prev    next >
Text File  |  1993-08-30  |  837b  |  32 lines

  1. AreaName=#?
  2.    Cmd="ECHO|File: %-24file (%6size bytes) Area: %-9area Origin: %from"
  3.  
  4. ; This is to process nodediffs automatically.
  5. AreaName=NODEDIFF
  6.    Cmd="IF|NODEDIFF#?|GOTO|Process_NodeDiff"
  7.    Cmd="END"
  8. ;
  9.    Cmd="LABEL|Process_NodeDiff"
  10.    Cmd="CD|nodelist:"
  11.    Cmd="UNARC"
  12.    Cmd="EXEC|point:c/TrapList >con:0/0//100/TrapLog"
  13.    Cmd="EXEC|delete %fullfile"
  14.  
  15. ; This is to process Region24 automatically.
  16. AreaName=ORIGR24
  17.    Cmd="IF|REGION#?|GOTO|Process_Region24"
  18.    Cmd="END"
  19. ;
  20.    Cmd="LABEL|Process_Region24"
  21.    Cmd="IFISARC|LHA|GOTO|Do_Unarc"
  22.    Cmd="IFISARC|ZIP|GOTO|Do_Unarc"
  23.    Cmd="END"
  24. ;
  25.    Cmd="LABEL|Do_Unarc"
  26.    Cmd="CD|nodelist:"
  27.    Cmd="EXEC|delete REGION24.#?"
  28.    Cmd="UNARC"
  29.    Cmd="EXEC|editors:ced/ed nodelist: REGION24.#? -sticky"
  30.    Cmd="EXEC|point:c/TrapList >con:0/0//100/TrapLog"
  31.    Cmd="EXEC|delete %fullfile"
  32.