home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 594b.lha / Dautostart / s / shell-startup < prev    next >
Encoding:
Text File  |  1991-09-11  |  1.0 KB  |  41 lines

  1.  
  2. ;   Sample shell-startup for use with DAUTOSTART.  Instead of specifying
  3. ;   a set of absolute paths the shell-startup program loads a pathlist
  4. ;   stored by sys:bin/savepath which is run from your user-startup after
  5. ;   the autostart script has been run.    This way, all path entries are
  6. ;   modular.
  7. ;
  8. ;   The goal is to have a sys: directory that does not depend on any
  9. ;   custom stuff you may have intalled on your machine.
  10. ;
  11. ;   if you make loadpath resident, then just say 'loadpath' below rather
  12. ;   then sys:bin/loadpath
  13.  
  14. sys:bin/loadpath
  15.  
  16.  
  17. ;   put aliases and other items here
  18. ;
  19.  
  20. prompt (%s)
  21.  
  22. alias . endshell
  23. alias l ls
  24. alias mkdir makedir
  25. alias mv rename
  26. alias dir list
  27. alias res resident
  28. alias renice changetaskpri
  29. alias rm delete QUIET []
  30. alias cp copy ALL CLONE []
  31. alias ed run dme []
  32. alias ps status full
  33. alias s execute sc:s
  34. alias g cd ThisDir:
  35. alias c echo   NOLINE
  36. alias datacomm run lockserial -U2 "term 19200 -U 2"
  37. alias dnetcomm run lockserial -U2 "src:dnet/amiga/bin/dnet -U2 -X -P0 -Z0 -b9600 -8"
  38.  
  39. stack 8192
  40.  
  41.