home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / CO / CO003C.ZIP / GTEXEC11.ARC / READ.ME < prev   
Text File  |  1988-08-27  |  2KB  |  58 lines

  1.                              GTEXEC Notes
  2.  
  3.  
  4.  It is IMPERATIVE to ensure that GT1400.EXE is named as such.  Previous
  5.  versions of GT allowed for renaming of the executable file. However, with
  6.  the introduction of the Exec Function, the name of the executable GT file
  7.  must remain GT1400.EXE. This applies only if you plan to take advantage
  8.  of the Exec function.
  9.  
  10.  
  11.  1.)  Two batch files are provided here and are required for execution of
  12.  Sysop Tools via the macro facility and/or remote exec function.
  13.  
  14. GTREMOTE.BAT
  15. ------------
  16. This batch file is required if ST is going to be called via a macro key.
  17. Some modification of this batch file may be required if you are not using
  18. DOS 3.30 or if you are using standard console redirection instead of
  19. gateway.  Chektime/Doorman is also utilized in case carrier is dropped
  20. while doing system maintenance.
  21.  
  22. @echo off
  23. ctty gate1 { NOTE: CTTY and the com port are hard coded - this is mandatory }
  24. stovl -D
  25. ctty con
  26.  
  27.  
  28. GTLOCAL.BAT
  29. -----------
  30. This batch file is executed by ST when running locally via a mcaro key.
  31. Again, if you are not using DOS 3.30 you will need to remove the "@" from
  32. the first line.
  33.  
  34. @echo off
  35. cls
  36. stovl
  37.  
  38.  
  39. 2) In order to utilize ST remotely, a macro key must be setup in the
  40. ALT-F1-F10 range.  Remotely, they correspond to 0-9.  The macro should
  41. look something like the following:
  42.  
  43. {@/}c:\gt\gtexec.exe|
  44.  
  45. 3) A similar macro may be created to enable local execution of ST, in any
  46. function key excluding ALT F1-F10.
  47.  
  48.  
  49. Note: Be aware when ending remote maintenance with ST, you will be
  50. returned to GTSYSID.BBS after a brief pause, and the entire logon sequence
  51. will once again be necessary. It is recommended that you leave remote
  52. system maintenance to the last thing you do before terminating your remote
  53. session.
  54.  
  55. Special thanks goes to Neil H. Judell. He came up with a different
  56. GTEXEC that takes up less memory and eleiminates the need for CheckTime.
  57.  
  58.