home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / HR / HR007.ZIP / PROBS.DOC < prev    next >
Text File  |  1985-12-27  |  3KB  |  56 lines

  1. Common Problems:
  2.  
  3. When using the B command to send a file to the TNC (for instance, sending
  4. TNC1.SET), the responses back from the TNC are just buffered up.  If you dont
  5. then use the T command to go into terminal mode, but do an A to start the
  6. MailBox, the program sees one of the first "cmd:" prompts that was buffered
  7. up, figures that it is the response to the "conok on , mon on" series of
  8. commands that it is sending and proceeds to wait for a connect message.  While
  9. it is waiting, the input is the string of "cmd: XXXXX was ON..:" prompts.  The
  10. final one "cmd:" is not followed by a return so the input routine thinks it is
  11. getting a line from the TNC and waits for the balance of the line and a C/R.
  12. When it finally does get something (*** CONNECTED for instance) it doesnt 
  13. catch the connect message due to the "cmd:" tacked on the front.  As long as
  14. you go into Terminal mode after sending the file, then to auto-answer there
  15. is no problem.
  16.  
  17. If you experience ERROR F3 during startup, you will need to add the statement
  18. FILES=20 in your CONFIG.SYS file (See your DOS manual for details).
  19.  
  20. I dont recommend running with limited memory (less than 256K), but understand
  21. it has been done.  If you run into a heap/stack collision due to limited memory
  22. you might try setting the maximum number of callsigns saved in CALLS.TNC way
  23. down, and be sure not to try to load any other resident software (Sidekick and
  24. the like.)  
  25.  
  26. Setting up file paths for Mail and Files:
  27.  
  28.   If you are having problems understanding how to set up the paths for
  29.   the Mail and File subdirectories, I'm sorry I cant explain it better.
  30.   If you are running on a hard disk you probably know what I mean.  If
  31.   you are running on floppies I would suggest you format a disk and
  32.   create one subdirectory on it called files (MD FILES).  Then if you
  33.   set the path name for mail to B: instead of MAIL\ and the path for
  34.   files to B:\FILES\ your mail messages will be stored in the main
  35.   directory on drive B and your downloadable files in the FILES sub-
  36.   directory also on B.  If anyone running on floppies has a more
  37.   convenient setup or can explain this better, please do so!  I only
  38.   have one floppy drive so I cant even test and see if I explained the
  39.   above correctly.  (It really is possible to get this stuff running, in
  40.   spite of trying to figure out what I'm saying!)
  41.  
  42.   If you want people to be able to download files such as LOG.TNC,
  43.   FWD.TNC just place then in the downloadable file area and specify
  44.   the entire path name for them in BBSxxx.CNF
  45.  
  46.   for example:
  47.  
  48. ...
  49. WA7MBL        (Owner call sign)
  50. Jeff          (Owner name) 
  51. FILES\CALLS.TNC     (List of monitored callsigns)
  52. FILES\FWD.TNC       (forwarding file)
  53. FILES\LOG.TNC       (file for logging)
  54. FILES\MON.TNC       (Save file for J lists)
  55. FILES\        (path/drive for files)
  56. ...