home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cn311-sw.zip / HOSTEVNT.BAT < prev    next >
DOS Batch File  |  1990-12-22  |  1KB  |  37 lines

  1. :EVENT_L
  2.    REM Place Event L Commands Here
  3.    C:
  4.    CD \SF\CIRCUIT
  5.    PRIMER
  6. REM UPNODES contains only the nodenumber of the host node
  7.    COPY UPNODES NODES
  8.  
  9. REM Note no command line parameter on this extract, The messages need 
  10. REM remain available for the next extract to the dependent nodes.
  11.      EXTRACT
  12.  
  13. REM This set command allows TELIX to find it's configuration files
  14.    SET TELIX=C:\BIN\COMM
  15.     C:\BIN\COMM\TELIX /SDIAL1
  16. REM This set command releases the envirionment space used by the 
  17. REM preceding set command
  18.    SET TELIX=
  19.  
  20. REM Telix is configured to upload and download from the 
  21. REM Circuit\Mail directory.  This reduces fragmentation by
  22. REM reducing the movement and copying of files.
  23.    IMPORT
  24.  
  25. REM This unfragments the Disk to reduce wear and tear during the 
  26. REM next Extract which is for Three nodes.
  27.    OPTUNE C: /OP
  28.  
  29. REM DnNodes contains the three nodes to extract to.  Note the "LOCK"
  30. REM paameter is used here as all messages have been processed for all 
  31. REM nodes when this extract is complete.
  32.    COPY DNNODES NODES
  33.    EXTRACT LOCK
  34.  
  35. REM This event is done, return to SpitFire.
  36.    GOTO LOOP
  37.