home *** CD-ROM | disk | FTP | other *** search
File List | 1996-02-16 | 1.7 KB | 51 lines |
-
- Area 216, Msg#138, Feb-16-96 05:50:06
- From: Drew Roberts
- To: John Jamieson
- Subject: OS2 & QRDB
-
- Hello John!
-
-
- Well, I'd do QRDB in Max this way:
-
-
- The MENU.CTL entries:
-
- Display_File C:\Max\Misc\Dorinfo Limited "QRDBase"
- NoDsp Xtern_Dos C:\Max\DB\QRDB.exe_/N:%k_/NICE Limited "Q"
-
-
- The DORINFO.MEC:
-
- [delete]Dorinfo%k.Def
- [open]Dorinfo%k.Def
- [write]%N[ comment Write the BBS name ]
- [write]%S[ comment Write the SysOp's first name ]
- [write]%s[ comment Write the SysOp's last 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 Say that we're not networked ]
- [write]%A[ comment Write the user's first name ]
- [write]%B[ comment Write the user's last name ]
- [write]%c[ comment Write the user's city ]
- [write]%g[ comment Write the user's graphics ]
- [sequal write]100[ comment Write the user's security level]
- [sxclude write]50[ comment Ditto ]
- [write]%t[ comment Write the user's time remaining]
- [write]-1[ comment Say that we're using a FOSSIL ]
- [quit comment And we're done! ]
-
- Note that the first two lines have been modified to automatically creat
- node-specific DORINFO files. It should work just fine, for either
- single or multi- nodes... and no DB.BAT is needed.
-
-
- -= Drew =-
-
- --- timEd/2 1.01
- * Origin: FarPoint Station - (408) 336-5325 (1:216/510)
-
-
-