;---------------------------------------------------------------------------;
;     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 [33m[1mWorkbench[0m? [ 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

