home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
commadio
/
sport1
/
sport154.exe
/
WAITS.EXE
/
SPORTR.CTL
< prev
next >
Wrap
Text File
|
1992-10-29
|
4KB
|
105 lines
; SPORTR Control File (Remote Services)
; (C) 1988-1991, Augustine Associates
; SPORT Version 1.40
;
; THIS IS A SAMPLE CONTROL FILE FOR DEMONSTRATION PURPOSES ONLY!
;
; <- Semicolon denotes a comment line
;
;
; 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 to the caller.
;
; Note that you need an external protocol. In this sample it is the
; protocol "DSZ" (c) Omen Technology.
;
menu Latest SPORT Software (ZModem)
remotecommand 1
begin.
REM ------------------------------------------------------------
REM Receive the latest SPORT software by ZModem
REM This is a basic SPORT system will all you need to get going.
REM You will be receiving a self-extracting archive SPORTxxx.EXE
REM Begin your download NOW...
REM ------------------------------------------------------------
dsz sz d:\file\sport\SPORT1??.EXE
end.
;
menu Latest SPORT Software (XModem)
remotecommand 2
begin.
REM ------------------------------------------------------------
REM Receive the latest SPORT software by XModem
REM This is a basic SPORT system will all you need to get going.
REM Name the file SPORTxxx*.EXE (self-extracting archive).
REM Begin your download NOW...
REM ------------------------------------------------------------
dsz sx d:\file\sport\SPORT1??.EXE
end.
;
menu Sample BATch Files for SPORT (ZModem)
remotecommand 3
begin.
REM ------------------------------------------------------------
REM Receive various sample BATch files for SPORT by ZMODEM
REM Begin your download NOW...
REM ------------------------------------------------------------
dsz sz d:\file\sport\*.BAT
end.
;
menu Sample CTL (Control) Files for SPORT (ZModem)
remotecommand 4
begin.
REM --------------------------------------------------------------
REM Receive various sample CTL (Control) files for SPORT by ZMODEM
REM Begin your download NOW...
REM --------------------------------------------------------------
dsz sz d:\file\sport\*.CTL
end.
;
menu SPORTPAC - Mail Compression Utility for SPORT (ZModem)
remotecommand 5
begin.
REM ------------------------------------------------------------
REM SPORTPAC - Mail Compression Utility for SPORT (ZModem)
REM Begin your download NOW...
REM ------------------------------------------------------------
dsz sz d:\file\sport\SPORTPAC.EXE
end.
;
menu Download latest SPORT Remote BBS Packet (*.SOS) (ZModem)
remotecommand 6
begin.
REM ------------------------------------------------------------
REM Updated SPORT Remote BBS Packet (by Zmodem)
REM Begin your download NOW...
REM ------------------------------------------------------------
dsz sz d:\file\upload\*.SOS
end.
;
menu Download SPORTBBS.EXE - SPORT Remote BBS Module (ZModem);
remotecommand 7
begin.
REM ------------------------------------------------------------
REM SPORTBBS.EXE - SPORT Remote BBS Module (by ZModem)
REM LHARC.EXE - Required for use with SPORTBBS.EXE
REM Begin your download NOW...
REM ------------------------------------------------------------
dsz sz d:\file\sport\SPORTBBS.EXE c:\utils\LHARC.EXE
end.
;
menu Download latest file list by ZModem
remotecommand 8
begin.
REM ---------------------------------------------
REM You are about to receive SATORE.LST by ZModem
REM Begin your download NOW...
REM ---------------------------------------------
dsz sz d:\file\upload\SATORE.LST
end.
;
;