home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / TGFAQ_A2.ZIP / FAQ3.TXT < prev    next >
Text File  |  1998-08-15  |  7KB  |  211 lines

  1.                                                                15AUG98
  2.  
  3. Part 3 of 'how to' TG 3.09G2
  4.  
  5. Ok now we have you passing the right errorlevel.  Next we see if we can help
  6. you optimize your memory needs.  Note:  This will show only the simplest of
  7. optimization.  Your exact needs WILL vary depending on your software and
  8. hardware.  Lets just call it a 'starting point' to work from.
  9.  
  10. This part will show the autoexec.bat and config.sys changes you may need to
  11. make it all work together well. It will also show several methods of tossing
  12. mail, if you run a tosser other than Gecho.
  13.  
  14. It is based on DOS 5.0, and standard softwares in use by many.  I did
  15. however delete the VSHIELD referents as many use other versions of scanners
  16. today.
  17.  
  18. First, the config.sys file:
  19.  
  20. DEVICE=C:\DOS\HIMEM.SYS
  21. DEVICE=C:\DOS\EMM386.EXE NOEMS
  22. DOS=HIGH,UMB
  23. FILES=60
  24. BUFFERS=50
  25. DEVICEHIGH=C:\DOS\SMARTDRV.SYS /X
  26. DEVICEHIGH=X00.SYS E 1 B,0,57600 R=2048 T=1024
  27. DEVICEHIGH=C:\ZANSI.SYS
  28.  
  29. That was it.  Make sure the directories match and you run the same files.
  30. If for example you use BNU, swap out the entire X00 line with your own.
  31. ZANSI if you wonder is an older file that replaces ANSI.SYS and is smaller,
  32. faster, and doesnt contain the code to remap a keyboard <providing a tad of
  33. extra protection for a sysop>.  If you dont find it locally, you can freq it
  34. from 1:275/100 as ZANSI.  Note:  Do NOT use ZANSI with Desqview or WIN NT or
  35. any software which requires re-mapping of the keyboard for proper action.
  36.  
  37. Ok time for the Autoexec.bat I think!
  38.  
  39. SET COMSPEC=C:\COMMAND.COM
  40. set FD=c:\FD
  41. PATH C:\DOS;C:\;C:\FD;C:\TG
  42. GE=c:\fd 3                      ; gecho specific
  43. SET TEMP=C:\TEMP
  44. SET TZUDT=-0500                 ;FD225 Specific, East Coast Time
  45. SET TMP=C:\FD\TEMP              ;FD225 Specific
  46. VERIFY OFF
  47. C:\DOS\APPEND C:\DOS
  48. PROMPT $p$g$e[36;44m
  49. LH c:\dos\share.exe
  50. cd \fd
  51. tsmail
  52.  
  53. Now that was the autoexec.bat in generic format.  Note:  Some doors might
  54. require you add the 'protocol directory' to your path line.  If so, the door
  55. will make note of it in the documentation.  External CD-ROM doors and some
  56. games are the most common ones to need this.  Bet you wonder what that
  57. 'tsmail' was right?
  58.  
  59. TSMAIL.BAT is my way of automating repairs to the system when it hangs
  60. sporadically on a toss of mail.  My husband just reboots the system and it
  61. tosses mail again.  When it is done, it brings the BBS back up to FD.
  62.  
  63. Here is a copy of it, included just so you can see that you can do all sorts
  64. of maintenance on re-booting.
  65.  
  66. AT H1 1
  67. c:
  68. cd \fd
  69. GEcho Toss -NOMGR 
  70. GEcho scan
  71. GECHO MGR
  72. mbutil pack -renumber -link -purge
  73. frodo                                ; your FD batch file
  74.  
  75. Note that this TSMAIL.BAT file is Gecho 1.11+ tosser specific.
  76.  
  77. Here are some command lines for other tossers:
  78. -for SQUISH users,
  79.  
  80. SQUISH IN
  81. SQUISH OUT SQUASH
  82. SQUISH LINK
  83. SQPACK C:\TG\MSGS\*.SQD              ; should actually be run nightly only
  84. frodo                                ; your FD batch file
  85.  
  86. Notes relevant to SQUISH use.  If you have lots of memory, try using
  87.  SQUISH IN LINK and delete the SQUISH LINK line.  It will run faster.
  88.  SQPACK actually should be moved to a nightly event area vice run  at each
  89.  toss of mail.  Some SQUISH users, like to add SQFIX either nightly or
  90.  at each toss to clear any possible errors in the squish bases.
  91.  
  92.  
  93. -for FMAIL users
  94.  
  95. Fmail Scan /A /J
  96. Fmail Toss /A
  97. Fmail Import
  98.  
  99. Note:  No Registration required for JAM mode in a non-commercial environment.
  100. This example is without the AREAMGR functions activated.
  101.  
  102. -for FASTECHO users
  103.  
  104. CD \FD\FASTECHO
  105. FASTECHO TOSS
  106. FEUTIL IMPORT
  107. FASTECHO SCAN
  108. FEUTIL PURGE
  109. FEUTIL PACK -RENUMBER -JAM
  110. FEUTIL LINK -IGNORE
  111. frodo                                ; your FD batch file
  112.  
  113. Example of how to toss filebone with TICK version 2.10
  114.  
  115. ---Begin TICKOUT.BAT----
  116.  
  117. Echo Off
  118. C:
  119. Cd \Fd
  120. Tick
  121. cd \tg
  122. FA2FB -DATE
  123. files2tg
  124. FB2FA -DATE
  125. cd \fd
  126.  
  127. ----end TICKOUT.BAT----
  128.  
  129. The program files2tg.exe reads the files.bbs type entry created by TICK and
  130. uploads it to your TG filebase.
  131.  
  132. Now for the most recent addition to the FAQ set, a simple TIC.CFG file.  Note
  133. TIC is an older freeware program.  It works fine but lacks the frills of the
  134. newer simular softwares like ALLFIX.  If you are an end user, it will most
  135. likely suffice to the needs of your system.
  136.  
  137. ---begin TIC.CFG----
  138.  
  139. IN C:\Fd\File\
  140. ZONE 1 C:\fd\packet\
  141. NET 275
  142. NODE 100
  143. TZ EST4EDT
  144.  
  145. AREA c:\TG\file\telegard TG_SUP
  146.          1:101/321 password *
  147.          1:202/323 * *                      ;downlinks the files to this node
  148.  
  149. AREA c:\tg\file\apps NODEDIFF
  150.         1:275/429 password *
  151.  
  152. STOPDUP C:\fd\file\temp\
  153. TEMP C:\Temp
  154. FIDO
  155. mail c:\fd\Mail\
  156. hold c:\fd\holdtick\
  157. quiet
  158. QDIR c:\Temp
  159. LineFmt %3:-13 %1
  160. ListName Files.Bbs
  161. REPLACE
  162. LOGPATH
  163. NoWait
  164. ---end TIC.CFG example----
  165.  
  166. Note that example was set for zone1, net 275, node 100.  You will need to edit
  167. it and the paths to match your setups.  It is also set to allow files to be
  168. deleted if the releaser set it to remove the old versions (Replace option).
  169. In TG, this will not remove the entry but it will remove the file itself.
  170.  
  171. Where it says 'password' you place the actual password you and your hub agreed
  172. on.  If you have no password, place an * in that location. Format is
  173. basically: AREA path password handling_codes
  174.  
  175. You can use * for both password and handling_code positions in TICK2.10.
  176.  
  177. Standard names used in FAQ for batch files, and paths, not explained elsewhere
  178. in the information.  Reminder:  You shouldn't actually use these specific
  179. names, but once you change them, you need to look over all references in your
  180. batch files and in FD/TG to match names to what you actually used as
  181. appropriate!
  182.  
  183. C:\TG  -- generic name for Telegard main directory.
  184. C:\TG\MSGS -- Generic name for TG's main message base.
  185. FRODO.BAT -- Generic name for the batch file used to start FrontDoor.
  186. TICKOUT.BAT -- Generic name for a batch file to toss inbound filebone to TG.
  187. TSMAIL.BAT -- Generic name for a batch file used to manually toss mail.
  188.  
  189. Ok folks.  Thats it for the moment. I expect to expand this set even more,
  190. with extra information, available for FREQ but I think I kinda hit the size
  191. limit for posting purposes (grin).  Once I have an expanded set, I will let
  192. you all know what name to FREQ for it.
  193.  
  194. Time for many KUDOS/ BRAVO ZULUS!
  195.  
  196. For overall assistance, Kevin Watkins has been a DREAM!
  197.  
  198. For the idea we needed such at all:  Thanks to Martin Pollard for having the
  199. old 'How2Mail' file.  It helped so many of us, I wanted to try to make
  200. something kinda like it for others to use, but meeting needs of today's
  201. Telegard.
  202.  
  203. Comments and critics are WELCOME to reply here or in netmail to me at
  204. 1:275/100.  The WIN setups which are NOT yet TG specific are available
  205. from me at 1:275/100 as WIN-FD*.* (WIN 3.11 and below only) or WIN95*.*.
  206.                                                           
  207.                            xxcarol
  208.                            DPC USN
  209.                            Norfolk TG Beta
  210.  
  211.