home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbsdoor / c_b402.zip / READ.ME < prev    next >
Text File  |  1992-11-17  |  1KB  |  53 lines

  1.  
  2.  
  3.                COMMON PROBLEMS
  4.  
  5. P.  CALL-BACK reports Fossil Driver not found.
  6.  
  7. A.   CALL-BACK requires a fossil driver such as BNU or X00.  If   
  8.     you have the fossil installed then it may be a problem where  
  9.     the port specified in the dorinfo1.def file is not available.
  10.  
  11. P.   I want to run CALL-BACK in a separate directory but it can   
  12.     not find the files it needs.
  13.  
  14. A.   If you are running CALL-BACK from a separate directory, you  
  15.     will have to either copy the exit files into that directory,  
  16.     or tell CALL-BACK where to find DORINFO1.DEF and              
  17.     EXITINFO.BBS.
  18.  
  19.     IE:  CALLBACK.EXE C:\RA
  20.  
  21.      Also, if you are running callback in a separate directory,   
  22.     You must change to that directory so CALL-BACK can locate     
  23.     it's control files.
  24.  
  25.     Type 15:
  26.  
  27.     :CALLBACK
  28.     CD\RA\VERIFY
  29.     CALLBACK.EXE C:\RA
  30.     GOTO RETURN15
  31.  
  32.     Type 7:
  33.  
  34.     DATA: CALLBACK.BAT *E
  35.     
  36.     CALLBACK.BAT might look like this:
  37.  
  38.     @ECHO OFF
  39.     CD\RA\VERIFY
  40.     CALLBACK.EXE C:\RA
  41.     EXIT
  42.  
  43. P.   My modem will not initialize or dial out.
  44.  
  45. A.   Check the configuration and be sure that the pipe symbol "|" 
  46.     is at the end of every string sent to the modem.
  47.  
  48.      Also try using the same config line that Front Door or       
  49.     Binkley uses as long as it is not more then the alotted       
  50.     length.
  51.  
  52.  
  53.