home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_2.iso
/
files
/
653.lha
/
PublicScreen_v1.02.10
/
PublicShell-Startup
< prev
next >
Wrap
Text File
|
1992-05-10
|
989b
|
37 lines
;Public Screen Shell Startup
; 05/10/92 ©1992 Edward D. Berger
;
; Path Additions, to make up for Losing our Religion...
; default is only CurrentDir & C: <sigh>
;
path s: add;
path sys:system add;
path sys:tools add;
path sys:utilities add;
path rexx: add;
; standard paths completed add any special ones here
;path inet:c add; for AS225 TCP/IP software
;path bin: add; I keep misc. utilities here
;path lc: add; for SAS/C
;path dcc:bin add; for DICE C compiler
;path turbotext: add; for TurboText editor
;path tex:bin add; for TeX typesetting software
;
;
;standard CBM Shell-Startup stuff
alias xcopy "copy clone "
alias clear "echo *"*E[0;0H*E[J*" "
alias reverse "echo *"*E[>1m*E[30;41m*E[0;0H*E[J*""
alias normal "echo *"*E[>0m*E[31;40m*E[0;0H*E[J*""
Prompt "%N.%S> "
;
; OK SO I USE UNIX at WORK
;alias rm delete
;alias mkdir makedir
;alias rmdir delete
;alias cp copy
;alias mv rename
;
;Change the Default Stack size to something more usable
;stack 20000;
;