home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / DOCS.ZIP / SIN174.DOC < prev    next >
Text File  |  1993-01-31  |  2KB  |  55 lines

  1.  
  2.                                   SI174V10.ZIP
  3.  
  4.                                      SIN174
  5.                           (c) 1993 by Richie Molinelli
  6.  
  7.  
  8. Date: 01/31/93 - v1.0 - initial release
  9.  
  10.  
  11. While working on the RBBS .ASM files I noticed a function named RBBSDOS which,
  12. either was in use before and abandoned, or never was incorporated in RBBS.  The
  13. routine was written by D. Thomas Mack and it's purpose was/is to get the
  14. version of DOS that RBBS is being run under.  Since I like to display as much
  15. about the system that my BBS is being run on as possible, I figured I'd write
  16. a small routine to get and display this information.  While doing so, I wrote
  17. another small assembly routine called RBBSDESQ to determine if RBBS is being run
  18. under DESQview and, if so, return the version number for display.  Hence this
  19. mod.  It is a small mod, and involves changes to the RBBS source code, and the
  20. addition of another .OBJ file to be included at link time.
  21.  
  22. The files included in this package are:
  23.  
  24.         R-PCSIN.MRG  - merge for RBBS-PC.BAS
  25.         RSB1SIN.MRG  - merge for RBBSSUB1.BAS
  26.         RBBSDVW.OBJ  - .OBJ file to be included at LINK time
  27.         RBBS-VAR.SIN - replacement RBBS-VAR.BAS file
  28.         SIN174.BAT   - batch file to merge files
  29.         SIN174.DOC   - this document file
  30.  
  31. My recommendation is to install this mod by hand if you have installed any mods
  32. which may access the same line numbers as this one does.  A batch file is
  33. included to install these merge files using Ken Goosens BLED v2.2 if this is
  34. the only mod which access these line numbers.
  35.  
  36. Install the mod by hand or with BLED.  Replace your RBBS-VAR.BAS file with this
  37. one or add the following variables to your existing RBBS-VAR.BAS file.
  38.  
  39.                    ZDOSversion$
  40.                    ZDVversion$
  41.  
  42. Add the RBBSDVW.OBJ file to your LINK.DAT file (list of files to be included
  43. at link time).  That's all there is to it.  Your system will now display the
  44. DOS version number and, if applicable, the DESQview version number to your
  45. users when they log on.  Have fun!
  46.  
  47. Richie Molinelli
  48. The Small Time BBS
  49. Runnin' RBBS v17.4(a)/STUNY
  50. 1200 thru 14400 bps
  51. (516) 579-7929
  52.  
  53.  
  54.  
  55.