home *** CD-ROM | disk | FTP | other *** search
- ; This is a sample SPORTR.CTL - the Control File for the
- ; SPORT Remote Access Utility
- ;
- ; When this file is in the SPORT default directory AND
- ; a caller correctly enters your Remote Access Password,
- ; the caller will see an automatically generated menu that
- ; lists the commands after the word "menu" and the keys after
- ; the word "remotecommand". REM lines are displayed.
-
- menu Send Table of Contents file to Main Office
- remotecommand 1
- begin.
- REM ------------------------------------------------------------
- REM You will receive the Table of Contents File via SPORT Mail.
- REM The name of this file is: SPORT.TOC
- REM ------------------------------------------------------------
- SPORTU P OFFICE C:\SPORT\SPORT.TOC
- end.
-
- menu Send All Logs to Main Office
- remotecommand 2
- begin.
- REM ------------------------------------------------------------
- REM You will receive the latest log files via SPORT Mail.
- REM ------------------------------------------------------------
- SPORTU P OFFICE C:\SPORT\*.LOG
- end.
-
- menu Delete All Logs Previous to Today
- remotecommand 3
- begin.
- REM -----------------------------------------------------------
- REM Cleans the System of Old Log Files
- REM -----------------------------------------------------------
- del c:\sport\0*.log
- end.
-
- menu Poll the Main Office
- remotecommand 4
- begin.
- REM -----------------------------------------------------------
- REM Check in for information at the Main Office
- REM -----------------------------------------------------------
- SPORTU P OFFICE
- end.
-
- menu Run a System Check
- remotecommand 5
- begin.
- REM -----------------------------------------------------------
- REM Making Sure the System is in good shape.
- REM Log can be checked for results.
- REM ------------------------------------------------------------
- SPORTU S CHECK
- end.
- ; These particular examples use an external protocol called
- ; DSZ (c) to provide downloading.
- ;
- menu Download list of BBS/Comm Programs (Xmodem CRC)
- remotecommand 6
- begin.
- REM -------------------------------------------------------------
- REM A complete list of BBS/Communication Applications available.
- REM The name of this file is: FILES.BBS
- REM -------------------------------------------------------------
- REM Start receiving XMODEM NOW...
- DSZ D sx c:\upld\bbs\files.bbs
- end.
-
- menu Download SPORT File List (Zmodem)
- remotecommand 7
- begin.
- REM -------------------------------------------------------------
- REM You are about to receive a listing of SPORT related files
- REM The name of this file is: SPORT.LST
- REM -------------------------------------------------------------
- REM Start receiving XMODEM NOW...
- dsz D sz d:\file\SPORT.LST
- end.
-
- menu Download Latest SPORT W.A.I.T.S. Package (Zmodem)
- remotecommand S
- begin.
- REM -------------------------------------------------------------
- REM You are about to receive the latest SPORT W.A.I.T.S. Package
- REM The name of this file is: SPORT.ZIP
- REM -------------------------------------------------------------
- REM Start receiving XMODEM NOW...
- dsz D sz d:\sport\sport.zip
- end.
-
-