Tbbs 2.3-16/Disk 1/RIPKIT/PATHS.SDL

1.7 KB 393943d4973bb14d…
;
; SDL Macros for assigning commonly used DOS paths to
; names for reference by menu entries.
;
; These make it easy to globally change directories in your
; menus.
;

Equate: TBBSPATH = C:\TBBS23

Equate: TEXTPATH = C:\TBBS23\TEXT
Equate:  QALPATH = C:\TBBS23\QA
Equate: DNLDPATH = C:\TBBS23\FILE
Equate: UPLDPATH = C:\TBBS23\FILE\UPLOADS

; For use with RIP system installations ONLY (ignored elsewhere)
;
Equate: ICONPATH = @TBBSPATH+\RIPICON

; This NULL macro is used as a dummy definition in order to
; defeat TBBS' word-wrap when displaying the BBSNAME in menus.
; It has NO OTHER PURPOSE.
;
Equate: NULL =

; Macro for defining your BBS' (system) name.  This macro
; is referenced by all of the menus so that your system's
; name displays in each title.  It is important that this
; name be no longer 30 characters.
;
; For display purposes, it is recommended that you manually
; center the BBSNAME beneath the LENGTH MARKER provided below.
;
; LENGTH MARKER =@NULL+|--|--|--|--|----|--|--|--|--|
;
;

Equate: BBSNAME =@NULL+     Sample System Menus

; For systems with the RIPkit installed -ONLY-.  This macro
; is ignored entirely by the non-RIP sample menus.
;
; The ICONDATE macro contains the date of last update
; to your system's icons and other files which a RIP caller
; must have downloaded to them in order for their session
; to operate properly.
;
; If you add new icons or make a change to the existing icon
; set that's included in the RIPkit, you will want to change
; this macro and recompile your RIP menus, so that all RIP
; callers are re-sent the contents of the ICONS directory.
;

Equate: ICONDATE = 121094