home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / qrdb38.zip / MAXIMUS.BBS < prev    next >
File List  |  1993-04-17  |  2KB  |  55 lines

  1.  
  2. ==============================================================================
  3.  
  4.                 from the Maximus Documentation file (modified)
  5.                           Maximus DORIFO.MEC File
  6. The characters that are lower case, must remain lower case and vice-versa.
  7. These most importantly true of the variables.
  8. ------------------------------   start   ------------------------------
  9.  
  10. [delete]C:\Max\Dorinfo1.def     [comment or where ever Max resides]
  11. [open]C:\Max\Dorinfo1.def       [comment "    "    "    "     "   ]
  12. [write]%N                       [comment Write the BBS name]
  13. [write]%S                       [comment Write the Sysop's F. Name]
  14. [write]%s                       [comment Write the Sysop's L. Name]
  15. [islocal write]COM0             [comment Write the Com Port]
  16. [isremote write]COM%P           [comment (local is always com0)]
  17. [write]%b BAUD,N,8,1            [comment Write the baud rate]
  18. [write]0                        [comment 0 not networked]
  19. [write]%A                       [comment Write user's F. Name]
  20. [write]%B                       [comment Write user's L. Name]
  21. [write]%c                       [comment Write user's city]
  22. [write]%g                       [comment Write user's graphics]
  23. [sequal write]100               [comment Write user's security level]
  24. [sxclude write]50               [comment   "    "        "       "  ]
  25. [write]%t                       [comment Write user's time remaining]
  26. [quit]
  27.  
  28. ---------------------------   end   ------------------------------------
  29.  
  30. Then all that is needed it to change the line in the MAX.CTL file that
  31. states:
  32.  
  33. USES Leaving C:\Max\Misc\Dorinfo
  34.              (or the path to the Dorinfo.Mec file)
  35.  
  36. Add the line in the MENUS.CTL file to call the program.
  37.  Example :
  38.  
  39.         Display_File    Misc\Dorinfo    Disgrace        "Informational Area"
  40.   NoDsp Xtern_Dos       QRBD.BAT        Disgrace        "I"
  41.  
  42. Compile using silt, create a batch file called QRDB.BAT that calls QRDB.exe
  43. and your ready to go.
  44.  
  45.  
  46. =======================
  47.  
  48.  
  49. Fred Rorex
  50. MicroWorld BBS
  51. 1:382/78
  52. Cedar Park, Texas
  53.  
  54.  
  55.