home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DEMO510.ZIP / SF.INS / SF.DOC next >
Text File  |  1999-01-25  |  3KB  |  62 lines

  1.  
  2. External Fossil Driver
  3. ----------------------
  4. SF.EXE is an external version of Searchlight's Fossil driver emulator. You 
  5. can use this program to supply Fossil support to programs that run as events 
  6. and programs that are external to Searchlight (like front end mailers or 
  7. uucp dialers). For door programs and external protocols, it is best to use 
  8. the internal Fossil driver setting in Searchlight instead of this external 
  9. utility, although the external utility may be useful in situations where you 
  10. need to run batch files that contain some programs that are fossil aware 
  11. and some that are not.
  12.  
  13. SF.EXE is not a conventional Fossil driver in the sense that it does not 
  14. load into memory as a TSR. Instead, the command SF is followed by the name 
  15. of a program, DOS command or batch file which you want to run that requires 
  16. Fossil support. SF loads into memory, executes the desired command, and then 
  17. unloads immediately from memory. Thus, the TSR portion of SF.EXE is only in 
  18. memory for the duration of the command.
  19.  
  20. You MUST set an SLBBS= environment variable before running the SF.EXE 
  21. program. The software looks at a particular Searchlight node for its 
  22. configuration information (port type, baud rate, etc). As with the internal 
  23. Searchlight Fossil driver, SF.EXE supports only one COM port at a time, and 
  24. always uses the locked baud rate and other settings from your Searchlight 
  25. configuration instead of depending on the application program you are 
  26. running to supply the correct information.
  27.  
  28.  
  29. Examples
  30. --------
  31. Running SF.EXE is very simple. Just preface the command that requires Fossil
  32. support with 'SF'. For example:
  33.  
  34. sf uucico.exe ...
  35. sf im.exe ...
  36.  
  37. You can use any program or DOS command as the parameter to sf, and you can
  38. include any needed parameters. If you wish to run several programs at a time
  39. that require fossil support, place the desired commands in a batch file and
  40. give the batch file name as your parameter:
  41.  
  42. sf runall.bat
  43.  
  44. (Your COMSPEC environment variable must be properly set for this to work).
  45.  
  46.  
  47. Notes
  48. -----
  49. Use SF.EXE for running events and other programs that are external to 
  50. Searchlight, such as Fidonet front end mailers and UUCP dialers. For doors, 
  51. set the "Communications Support" to "Fossil" when you run the door instead 
  52. of using SF.
  53.  
  54. You should be able to use SF.EXE for any kind of program that requires a 
  55. Fossil driver, thus eliminating the need for other fossil drivers like BNU 
  56. or X00.SYS. The only exception is programs that require the use of multiple 
  57. COM ports.
  58.  
  59. The SF driver works with any kind of Com port that Searchlight supports. It 
  60. is ideal for running Fossil programs via a DigiBoard, and replaces the need 
  61. for other DigiBoard fossil drivers.
  62.