home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / GAPECHO.ZIP / GAPECHO.DOC < prev   
Text File  |  1995-01-04  |  2KB  |  61 lines

  1.                            GAPECHO
  2.  
  3.              Copyright(C) Symbiont Software 1991
  4.                      All Rights Reserved.
  5.  
  6. GAPECHO is a small utility program for use in GAP Bulletin Board Systems. It 
  7. mirrors the DOS ECHO command used in .BAT files for the echoing of remarks
  8. etc., to the user. GAPECHO will echo those remarks to the serial communication
  9. port as well as the local Sysop screen.
  10.  
  11. PARAMETERS
  12. ----------
  13.  
  14. GAPECHO {Com port number}STRING
  15.  
  16. Com port number is any valid port 1 thru 4. No Com port defaults to COM 1.
  17. The default hardware address's for the com ports follow:
  18.  
  19. COM 1 = 3f8 hexadecimal
  20. COM 2 = 2f8 hexadecimal
  21. COM 3 = 3e8 hexadecimal
  22. COM 4 = 2e8 Hexadecimal
  23.  
  24. STRING is any set of valid ASCII characters.
  25.  
  26. The # character in a STRING will cause a carriage return/line feed sequence
  27. for each # in the string.
  28.  
  29. Examples:
  30. ---------
  31.  
  32. GAPECHO ##Virus checking your upload...Please wait!#
  33.  
  34. GAPECHO 4You gotta' be a NURD!!
  35.  
  36. Note that a carriage return/line feed sequence is not output after the last
  37. character of the STRING unless followed by a #.
  38.  
  39. Note also that there is NO space between the COM port number and the string. 
  40.  
  41. ERROR RETURNS
  42. -------------
  43.  
  44. GAPECHO will always return an ERRORLEVEL of 0 when it exits, unless the COM
  45. port is determined to be "disconnected".  If "disconnected", an ERRORLEVEL of
  46. 1 will be returned.
  47.  
  48. A sample batch file might look like the following:
  49.  
  50. gapecho 2#Virus checking your upload...Please wait!
  51. if errorlevel 1 goto err
  52. PkVirus %1
  53. :err
  54.  
  55. Any questions pertaining to the use of this program may be directed to Bob
  56. Naken at the Crows Nest BBS,
  57.  
  58. Node I  (714) 493-3819
  59. Node II (714) 493-9851
  60.  
  61.