home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 600-699 / ff661.lha / Citadel / ctdlaux.lzh / restart < prev    next >
Text File  |  1991-05-27  |  523b  |  21 lines

  1.  
  2. ; This script closes down the remote shell safely and restarts citadel
  3. ; it must be executed by the remote terminal to work properly.
  4.  
  5. echo "CLI ending, restarting citadel"
  6.  
  7. ;the following unpauses the the remoteshell script and allows it to complete
  8. ;execution and return control to citadel.
  9.  
  10. echo >pipe:restart "Door ending, Restarting Citadel"
  11. date >pipe:date
  12.  
  13. ;the following is in case you create an alias in the s:remoteshell-startup
  14. ;that replaces endcli. For example:
  15. ;alias endcli execute cit:restart
  16.  
  17. c:endcli
  18.  
  19.  
  20.  
  21.