home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / CO / CO003C.ZIP / GTEXEC11.ARC / GTEXEC.DOC next >
Text File  |  1988-08-27  |  970b  |  22 lines

  1. GTEXEC - remote sysop tool EXEC function
  2.     as per GTHOST.DOC 14.00, if in remote mode, looks in BIOS RAM area
  3.     to determine base address of active COM port.  Inserts routine in
  4.     timer ISR chain to monitor carrier detect.  If carrier lost, reboots
  5.     host.  Calls (via COMSPEC command interp.*) gtremote x, using PATH,
  6.     where x is the active comm port number.  If local, calls gtlocal.
  7.     Then calls the parent task, wiping itself out of memory.
  8. Author:    Neil H Judell
  9.     Optimal Systems Laboratory
  10.     P.O. Box 102
  11.     Auburndale, MA  02166
  12.     GEnie mail address:  NJUDELL
  13.     CompuServe Easyplex ID:  71401,136
  14. Revision History:
  15.     V1.0        Baseline.  Turbo C tiny model, using 1K each for
  16.             stack and heap to leave maximum room for the gt
  17.             batch files.
  18.  
  19. This is intended to replace the GTEXEC.EXE file included with ST100.ARC
  20. or ST101.ARC.  The principal reason for doing this is to ensure that 
  21. upon loss of carrier, the host computer will reboot instead of hanging.
  22.