home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
600-699
/
ff661.lha
/
Citadel
/
ctdlaux.lzh
/
remoteshell
< prev
next >
Wrap
Text File
|
1991-05-27
|
828b
|
29 lines
;an example script file that executes as a CITADEL door program.
cd cit:
say remote shell opened as a doer
echo "FILE: CIT:REMOTESHELL called from citadel"
date
;You must place ctdlaux-handler in the L: directory and mount ctdlaux:
;before the following command will work.
newshell CTDLAUX: from s:shell-startup-ctdl
; then you could create a seperate alias list for the remote shell which
; would be a handy way to disable commands you did not wish to accidently
; execute from a remote terminal such as the ed command.
;The following type commands will pause this task until the script
;CIT:restart is executed from the remote shell.
type pipe:restart
type pipe:date
say remote shell closed, citadel re-starting in 5 seconds
;The following is to wait for script cit:restart to end before continuing.
wait 5 sec