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
/
SPORTEX.CTL
< prev
next >
Wrap
Text File
|
1992-10-29
|
2KB
|
54 lines
; SPORTEX.CTL File (Extended Mail Services/Remote Programming)
; (C) 1988-1991, Augustine Associates
; SPORT Version 1.40
;
; THIS IS A SAMPLE CONTROL FILE FOR DEMONSTRATION PURPOSES ONLY!
;
; <- Semicolon denotes a comment line
;
;
; This file resides in your SPORT default directory and defines the
; commands YOU ALLOW to be triggered on your system via SPORT Remote
; Programming.
;
; Format of this file is: PASSWORD COMMANDLINE, where PASSWORD
; must begin in column 1 and is your secret to give out to those
; to whom you decide to give this kind of access. Depending on
; your COMMANDLINEs, this access can be very restrictive or quite
; broad. The degree of restriction increases left to right.
;
; This would be a restrictive COMMANDLINE (it is complete).
;PP copy D:\sport\sport.log D:\logs
;
; This would be a broad COMMANDLINE (it is open-ended).
;PP copy
;
; The COMMANDLINE must follow a single space after the PASSWORD.
;
; Since this function is carried out in an unattended mode, any
; command must be able to be carried out without human intervention.
;
;
; Send a snapshot of my system to Cindy.
;PP map
; Where "map" is a batch file that reports on the status of the
; system and sends it to Cindy.
;
;
; Directory listing of any directory on C or D drives. Can be piped.
;PP dir
;
; Type any ASCII file available. Can be piped.
;PP type
;
; Send SPORT log to Bill as a robot message. (His address is 134454).
;PP sportu r 134454 Bill D:\sport\sport.log
;
; Send latest Manual Update to Bill (attach).
;PP sportu p 134454 D:\sdoc\manual.doc
;
; Send my Configuration and Phone List File to Bill (attach).
;PP sportu p 134454 D:\sport\sflash.cfg D:\sport\sflash.idx
;
;