home *** CD-ROM | disk | FTP | other *** search
- 7TURN.EXE is a small and quick utility that will inform the user when
- they log on that it is there turn in Seven. It is recommended to
- use this program in your logon event batch file, to remind your users
- and keep a game that was joined by a player going!
-
- 7TURN is executed exactly as Seven! Only from a logon event batch file.
- (This includes loading a FOSSIL driver if your having problems, eg. BNU)
- The exception is that 7TURN does not recognize the argument LOCAL.
- However, you may pass as the 1st argument to 7TURN the location of
- the dropfile to use. For more infomation, read SYSOP.DOC.
-
- In order to use this you will need to add the following lines to your
- batch file you use for logon events.
-
-
- @echo off
- cd \bbs\online\seven
- 7turn.exe \bbs\dorinfo1.def
- cd \bbs
-
-
- If your unfamiliar with logon events. For WWIV BBS's run INIT and select
- the option for external programs. Now select the option for logon event
- and assign a batch file name to it. (i.e. LOGON.BAT). All you have to do
- now is put the lines shown above for 7TURN into a file called LOGON.BAT,
- and that's it.
-
-
-