home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 278.lha / Password_v1.21p / startupii < prev   
Text File  |  1989-08-08  |  617b  |  27 lines

  1. echo "*n*n  Password Verification Completed.  " NOLINE
  2. path ram: c: sys:utilities sys:system s: sys:prefs add
  3. setpatch >NIL:
  4. system:fastmemfirst
  5. ff >nil: -0
  6. mount speak:
  7. mount aux:
  8. mount pipe:
  9. ask "*n*n*n*n  Do you want to load Workbench? [ y N ]:  "
  10. if not warn
  11.    echo "*n*n  Amiga Shell:*n*n"
  12.    Prompt " %S > "
  13.    alias cp copy
  14.    alias mv move
  15.    alias rm delete
  16.    alias cat type
  17.    alias endshell endcli
  18.    alias pwd cd
  19.    alias xcopy copy [] clone
  20.    alias endshell endcli
  21.    alias chmod protect
  22.    else
  23.    echo "*n*n  Please wait, loading the Workbench.... " NOLINE
  24.    loadwb
  25.    endcli
  26.    endif
  27.