home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / FFS26003.ZIP / FISHTEXT.DOC < prev    next >
Text File  |  1995-02-19  |  3KB  |  85 lines

  1.  
  2.         FISHTEXT Bulletin Maker for Freshwater Fishing Simulator
  3.        Copyright 1993,1995  Eric S Hamilton. All Rights Reserved.
  4.  
  5.                   1. FISHTEXT.EXE
  6.                   2. FISHTEXT command-line.
  7.                   3. FISHTEXT command-line exapmle.
  8.                   4. FISHTEXT.INI configuration file.
  9.  
  10. ==========================
  11.  1. FISHTEXT.EXE
  12. ==========================
  13.  
  14. FISHTEXT will create ASCII and ANSI bulletins of Freshwater Fishing
  15. Simulator (FFS) door program. FISHTEXT can be run any time, but it is
  16. best to place it after FISHING in the batch file you use to run FFS.
  17. example .BAT file
  18.  
  19. @ECHO Off
  20. CD \BBS\DOORS\FISHING
  21. FISHING 2 C:\BBS
  22. FISHTEXT C:\BBS\TEXT\FISHTEXT.ASC C:\BBS\TEXT\FISHTEXT.ANS
  23. CD \BBS
  24.  
  25. This way the bulletins are kept current.
  26. The bulletins will contian the Top 10 money leaders, the current tour
  27. standings, previous tour results (up to 16 back), and the top 3 best weights
  28. for each fish.
  29.  
  30. ==========================
  31.  2. FISHTEXT command-line
  32. ==========================
  33.  
  34. The command-line syntax for FISHTEXT :
  35.  
  36.     FISHTEXT  [ASCII filespec] [ANSI filespec]
  37.  
  38. Where ASCII filespec is the filename of the ASCII text bulletin. You can
  39. also enter a path as part of the ASCII filespec.
  40. ANSI filespec is the filename of the ANSI text bulletin. You can
  41. also enter a path as part of the ANSI filespec.
  42. If you do and the optional filespecs you must include both filespecs.
  43.  
  44. If no filespecs are given FISHTEXT will write two files called
  45. FISHTEXT.ASC (ASCII) and FISHTEXT.ANS (ANSI) in the Current Directory.
  46.  
  47. ===========================
  48.  3. Example using FISHTEXT
  49. ===========================
  50.  
  51.   FISHTEXT C:\BBS\TXTFILES\HIGHFISH.ASC C:\BBS\TXTFILES\HIGHFISH.ANS
  52.  
  53. This will create a ASCII text bulletin, named HIGHFISH.ASC, in the directory
  54. C:\BBS\TEXTFILES, and a ANSI text bulletin, named HIGHFISH.ANS in the
  55. directory C:\BBS\TEXTFILES.
  56.  
  57.  
  58.   FISHTEXT
  59.  
  60. This will create a ASCII text bulletin, named FISHTEXT.ASC, in the
  61. current directory, and a ANSI text bulletin, named FISHTEXT.ANS in the
  62. current directory.
  63.  
  64.  
  65. =================
  66.  4. FISHTEXT.INI
  67. =================
  68.  
  69. The FISHTEXT.INI file can be used to add BBS codes into the FISHTEXT created
  70. bulletins. The following is the FISHTEXT.INI file will nothing defined.
  71.  
  72. [BBSCodes]
  73. StartString=
  74. PauseString=
  75.  
  76. The file must contine the section [BBSCodes] and either of the two settings
  77. StartString and/or PauseString.
  78. The string StartString is set to will be added to the begining of both
  79. text files. Use this setting to add the BBS code(s) to disable the BBS from
  80. pausing text files itself, and set the PauseString to the BBS code(s) that
  81. will pause the ouptut of text.
  82. PauseString is added ever 23rd line. This way pauseing can be controlled to
  83. the way the to bulletins are formated.
  84.  
  85.