home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 424.lha / Password_v1.42p / shell-startup < prev    next >
Encoding:
Text File  |  1990-10-01  |  1.0 KB  |  27 lines

  1. ;---------------------------------------------------------------------------;
  2. ;     Program:  shell-startup                                               ;
  3. ;  Programmer:  George Kerber                                               ;
  4. ;     Written:  04/15/90                                                    ;
  5. ;     Purpose:  Supplied for use with PASSWORD v1.42p                       ;
  6. ;---------------------------------------------------------------------------;
  7.  
  8. c:dir -q                       ;This 'dir' command is really my 'loop'
  9.                                ;command.  See the password.doc file
  10.                                ;for more information.
  11.  
  12. c:echo
  13. c:Prompt " %S > "
  14.  
  15. alias cp copy                  ;these are my suggestion for an alias
  16. alias mv move                  ;list.  Feel free to delete or change
  17. alias rm delete                ;as desired.
  18. alias cat type
  19. alias endshell endcli
  20. alias pwd cd
  21. alias xcopy copy [] clone
  22. alias endshell endcli
  23. alias chmod protect
  24. alias end
  25.  
  26. c:path ram: c: sys:utilities sys:system s: sys:prefs add
  27.