home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
busi
/
sprt109b.lzh
/
SPORTEX.CTL
< prev
next >
Wrap
Text File
|
1990-09-25
|
2KB
|
62 lines
;Sample SPORTEX.CTL File
;
; 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 c:\sport\sport.log c:\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 of any kind.
;
;
;<- Indicates a comment line
; Uncommented lines may be used inside a message to take action
; as described on the preceeding comment line.
;
;
;Send a snapshot of my system to Bill.
PP map
;"map" is a batch file that creates an outgoing message.
;
;Directory listing of any directory on C or D drives. Can be
;piped.
PP dir
;"piped" means sent to a file which can be sent.
;Type any ASCII file available. Can be piped.
PP type
;
;Convert any *.BAD files to *.FLS files so they can be sent.
PP sportu r
;
;Send SPORT log to Bill (as a message).
PP sportu r 134454 Bill c:\sport\sport.log
;
;Send latest Manual Update to Bill (attach).
PP sportu p 134454 c:\sdoc\manual.doc
;
;Send my Configuration and Phone List File to Bill (attach).
PP sportu p 134454 c:\sport\sflash.cfg c:\sport\sflash.idx
;
; This is the registration batch file
PP register
; To add numbers to the IDX file "on the fly" - another batch file
PP add
;
;Try it! The SPORTEX Remote Programming feature of SPORT can be
;very powerful!