home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
MT_MNU10.ZIP
/
PPS.ZIP
/
CB.PPS
< prev
next >
Wrap
Text File
|
1993-08-18
|
1KB
|
34 lines
; CB.PPE - PPS script file so PCBoard NODE Chat will run as a
; PPEMENU interface command.
;
; The sample provided below will assume you want
; to list and make the PCBoard CHAT G command available
; right from within the PPEMENU interface
;
;
;
; CB - PPEMENU interface command script/PPS (PPE) file
;
; --------------------------------------------------------
STRING command ;line 1
command = TOKENSTR() ;line 2
KBDSTUFF "chat g" + command + CHR(13) ;line 4
END ;line 5
; --------------------------------------------------------
;
; Line 1: variable to hold the actual cmd
; Line 2: returns cmd variable as stored above
; Line 3: Stuff the Keyboard with a "CHAT G" and
; then a Carriage return so PCBoard will
; execute the command
; Line 4: END of CB.PPE/Script
;
;
; For more info on running DOORS or any other PCBoard command from
; within the PPEMENU interface please also look at the PPEMENU.DOC
; file as well as the included command/PPS scripts files which are:
; CB.PPS / QWK.PPS / ARCADE.PPS / DAYSCOPE.PPS
; The above files may be extracted from the included archive: PPS.ZIP