home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / FDROP.ARJ / FDROP.DOC next >
Text File  |  1992-04-25  |  2KB  |  46 lines

  1.                           Filo Software Productions
  2.                            4712 N. Broadway Circle
  3.                               McAllen, Tx 78504
  4.  
  5. FDROP -- A program to create DORINFO1.DEF, PCBOARD.SYS, DOOR.SYS, and
  6.          CALLINFO.BBS from WWIV's CHAIN.TXT
  7.  
  8. Use of this program is simple.  Just include it in a batch file that
  9. you use to call games.  The program should be in your main BBS directory where
  10. it can access CHAIN.TXT.  This program should work with either WWIV and/or
  11. VBBS since both make a CHAIN.TXT file.
  12.  
  13. The program can also accept two command line parameters.  F or H.
  14.   F = Fixed baud rate.  If you use this, you need to create a text
  15.       file in your main directory called WWUTIL.DEF and in it you
  16.       should enter your locked comport speed (ie 19200 or 38400).
  17.  
  18.   H = Transfers the user's handle to the Game rather than real name.
  19.  
  20. Example....assume you have a game located at C:\GAMES\BIG_GAME and
  21. that the executable is BIGGAME.  Also assume that your BBS.EXE is located
  22. in C:\WWIV and that BigGame requires dorinfo1.def to run.  Your batch
  23. file might look like this:
  24.  
  25. @echo off        (if using Dos 3.2 or earlier do not use the @ sign)
  26. FDROP H          (make drop files with Handles as real names)
  27. copy dorinfo1.def C:\GAMES\BIG_GAME
  28. cd\games\big_GAME
  29. BIGGAME
  30. cd\wwiv
  31. exit
  32.  
  33. If you have any problems with this program, please let me know.  If
  34. possible send a copy of the particular drop file that is causing
  35. the problem and let me know which game(s) you are having difficulty
  36. with.
  37.  
  38. Filo
  39. 1 @5252 WWIVnet
  40. 1 @15252 WWIVLink
  41. 1 @5120 VirtualNet
  42. 1 @5252 IceNet
  43. Filo DeMoville 1:397/5252 FidoNet
  44.  
  45.  
  46.