home *** CD-ROM | disk | FTP | other *** search
File List | 1993-04-17 | 2.1 KB | 55 lines |
-
- ==============================================================================
-
- from the Maximus Documentation file (modified)
- Maximus DORIFO.MEC File
- The characters that are lower case, must remain lower case and vice-versa.
- These most importantly true of the variables.
- ------------------------------ start ------------------------------
-
- [delete]C:\Max\Dorinfo1.def [comment or where ever Max resides]
- [open]C:\Max\Dorinfo1.def [comment " " " " " ]
- [write]%N [comment Write the BBS name]
- [write]%S [comment Write the Sysop's F. Name]
- [write]%s [comment Write the Sysop's L. Name]
- [islocal write]COM0 [comment Write the Com Port]
- [isremote write]COM%P [comment (local is always com0)]
- [write]%b BAUD,N,8,1 [comment Write the baud rate]
- [write]0 [comment 0 not networked]
- [write]%A [comment Write user's F. Name]
- [write]%B [comment Write user's L. Name]
- [write]%c [comment Write user's city]
- [write]%g [comment Write user's graphics]
- [sequal write]100 [comment Write user's security level]
- [sxclude write]50 [comment " " " " ]
- [write]%t [comment Write user's time remaining]
- [quit]
-
- --------------------------- end ------------------------------------
-
- Then all that is needed it to change the line in the MAX.CTL file that
- states:
-
- USES Leaving C:\Max\Misc\Dorinfo
- (or the path to the Dorinfo.Mec file)
-
- Add the line in the MENUS.CTL file to call the program.
- Example :
-
- Display_File Misc\Dorinfo Disgrace "Informational Area"
- NoDsp Xtern_Dos QRBD.BAT Disgrace "I"
-
- Compile using silt, create a batch file called QRDB.BAT that calls QRDB.exe
- and your ready to go.
-
-
- =======================
-
-
- Fred Rorex
- MicroWorld BBS
- 1:382/78
- Cedar Park, Texas
-
-
-