home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d365
/
password.lha
/
Password
/
startup2
< prev
Wrap
Text File
|
1990-08-12
|
1KB
|
42 lines
;---------------------------------------------------------------------------;
; Program: startup2 ;
; Programmer: George Kerber ;
; Written: 04/15/90 ;
; Purpose: Supplied for use with PASSWORD v1.42p ;
;---------------------------------------------------------------------------;
c:echo "*n*n Password Verification Completed. " NOLINE
c:path ram: c: sys:utilities sys:system s: sys:prefs add
setpatch >NIL:
system:fastmemfirst
c:makedir ram:env ;this is required, previous versions of
c:assign ENV: ram:env ;password did not require this
ff >nil: -0
c:mount aux: ;these 2 mount commands are optional and
c:mount pipe: ;may be deleted in aux: or pipe: is not used.
c:ask "*n*n*n*n Do you want to load
Workbench
? [ y N ]: "
if not WARN
c:echo "*n*n Amiga Shell:*n*n"
c:prompt " %S > "
alias cp copy ;these are my suggestions for an alias
alias mv move ;list. Make any changes or deletions
alias rm delete ;as you desire
alias cat type
alias endshell endcli
alias pwd cd
alias xcopy copy [] clone
alias endshell endcli
alias chmod protect
else
c:echo "*n*n Please wait, loading the Workbench.... " NOLINE
c:loadwb
endcli
endif