home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
-
- For %%a In (cls d: cd\qbbs qbbs) Do %%a -b%1 -t%3 -e20
-
- :REWIND
- If Errorlevel 32 GoTo Peek2
- If Errorlevel 31 GoTo Peek1
- If Errorlevel 0 GoTo Exit
-
- :Peek2
- 7TO15.exe peek.bat 2 *T *B *G $S
- Qbbs -r -e20
- GoTo Rewind
-
- :Peek1
- 7TO15.exe peek.bat 1 *T *B *G $S
- Qbbs -r -e20
- GoTo Rewind
-
- :EXIT
- For %%a In (d: CD\bink BBS) Do %%a
-
-
-