home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / sl2dorm.zip / SL2DORM.DOC < prev    next >
Text File  |  1992-11-30  |  1KB  |  50 lines

  1. SEARCHLIGHT ----> DORINFOx.DEF
  2.         Where x is the node number up to 9.
  3.  
  4. Here's a simple program I wrote to make DORINFOx.DEF files so
  5. that doors using this drop file format can easily interface with
  6. Searchlight.  I am not running a multi-node system here so if
  7. there are any problems please contact me at my BBS. (Number
  8. below.)
  9.  
  10. The use is very simple.  All you do is have to pass the correct
  11. Searchlight metacharacters to a batch file that will call
  12. SL2DORM, which will create the correct file, then call the game
  13. you want to execute.
  14.  
  15. Example:
  16.  
  17. In Searchlight door menu:
  18.  
  19. 11. Door Command................ TRIVBAT.BAT %U %G %M %B %P %A %O
  20. 12. Directory Path.............. D:\DOORS\TRIVIA
  21.  
  22. Now..... here's what the TRIVBAT.BAT file should look like:
  23.  
  24.         sl2dorm.exe %1 %2 %3 %4 %5 %6 %7
  25.         trivia.exe trivia.cfg
  26.  
  27. You'll also need to create a text file called SL2DORIN.CFG which
  28. will tell the program a couple things.  Should contain:
  29.  
  30.         Line 1 : Your First Name
  31.         Line 2 : Your Last Name
  32.         Line 3 : Your BBS Name
  33.  
  34. Example SL2DORIN.CFG:
  35.  
  36.         Ross
  37.         Himes
  38.         Lake Effect
  39.  
  40. So that sould do it for ya.  If you have any problem, suggestions
  41. or questions please call my bbs @ 1-219-929-5574.. or Fido
  42. 1:230/10.. or SL_NET 250:210/348.
  43.  
  44.                                         Thanks,
  45.  
  46.                                         Ross Himes
  47.  
  48.  
  49.  
  50.