home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #6
/
amigamamagazinepolishissue1998.iso
/
varia
/
zshell28
/
zstart
< prev
Wrap
Text File
|
1977-12-31
|
775b
|
30 lines
;Example Script for ZShell
echo "This is an example startup script.^J^J"
ask "Do you have OS 3.0 or better ? "
if warn
config colour 01111111; cls
echo "Now output is set to one colour to improve scrolling speed.^J"
else
echo "Sorry, then I cannot improve scrolling speed.^J"
endif
review 10000
echo "^JTo see again what scrolled out of the window, press SHIFT TAB.^J"
echo "Press TAB to complete filenames or directorynames.^J"
config hide *.info
echo "^JNow icons are ignored by FILENAMECOMPLETION and by DIR.^J"
alias arexx %1 %2 putmsg $1 0 0 0 0 0 "$2"
alias runnil run >
alias runback "%1 taskpri -1;run $1;taskpri 0"
alias as assign
alias md makedir
alias ren rename
alias del delete
alias cp copy
alias dc diskchange
echo "^JThese aliases are set:^J"
alias