home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / JM941031.LHA / s / setup < prev   
Encoding:
Text File  |  1994-10-31  |  1.4 KB  |  47 lines

  1. failat 9999999
  2. changetaskpri 0
  3.  
  4. rx "exit show('p','JAMMAIL')"
  5. if ${RC} eq 1
  6.   echo "Killing Current Running JamMail!"
  7.   rx >nil: "Address 'JAMMAIL' 'Abort'"
  8. endif
  9. rx "exit show('p','JAMMAIL5')"
  10. if ${RC} eq 1
  11.   echo "Killing Current Running Line 5!"
  12.   rx >nil: "Address 'JAMMAIL5' 'Abort'"
  13. endif
  14. rx "exit show('p','JAMMAIL8')"
  15. if ${RC} eq 1
  16.   echo "Killing Current Running Line 8!"
  17.   rx >nil: "Address 'JAMMAIL8' 'Abort'"
  18. endif
  19. rx "exit show('p','JAMMAIL3')"
  20. if ${RC} eq 1
  21.   echo "Killing Current Running Line 3!"
  22.   rx >nil: "Address 'JAMMAIL3' 'Abort'"
  23. endif
  24. rx "exit show('p','LOGPROC')"
  25. if ${RC} eq 0
  26.   run <NIL: >nil: logproc
  27.   wait 2
  28.   echo "Waiting for LogProc"
  29.   waitforport LOGPROC
  30.   rx "Address 'LOGPROC' 'OpenLog jammailfile f Logs:JamMail.log'"
  31.   rx "Address 'LOGPROC' 'OpenLog jammailwind w RAW:0/13/640/198/JamMail Log Window/inactive/SCREENJamLogs'"
  32.   rx "Address 'LOGPROC' 'AddLogGroup JamMailLogs jammailwind jammailfile'"
  33.  
  34.   rx "Address 'LOGPROC' 'OpenLog jm-phonefile f logs:phone.log'"
  35.   rx "Address 'LOGPROC' 'AddLogGroup JamMailPhone jm-phonefile'"
  36. else
  37.   Echo "Logging system already active"
  38. endif
  39. if NOT EXISTS logs:phone.log
  40.   echo  >logs:phone.log "   Date     Time   Duration     Number    Type      Address        Location"
  41.   echo >>logs:phone.log "--------- -------- -------- -------------- ---- ------------------- ---------"
  42. endif
  43. echo "Launching JAMMAIL"
  44.  
  45. newshell window=RAW:402/13/300/90/Setup/inactive/SCREENJamLogs from s:setup.cli
  46.  
  47.