home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / shell3a_zi / APP / SHELL3A / AUTOEXEC.BAT next >
Encoding:
DOS Batch File  |  1996-09-02  |  637 b   |  23 lines

  1. #sample autoexec.bat file
  2. set status=on
  3. banner "Shell 3a" Ü 10 1
  4. echo "Customising setup..."
  5. #use the UNIX convention of '$' to represent variables
  6. set unixvar=on
  7. #use the UNIX convention of '/' as the pathname separator
  8. set unix=on
  9. #Customise the location of the external commands
  10. set path="loc::b:/app/shell3a,loc::b:/opo,loc::m:/opo,."
  11. #Customise the location of the help files
  12. set helppath="LOC::b:/app/shell3a"
  13. set history=20
  14. alias ll ls -l
  15. alias m more
  16. alias h history
  17. alias help man
  18. set prompt="Psion[%H]%p>"
  19. set cache=10000
  20. alias tiny "set font=1,16"
  21. alias small "set font=1,17"
  22. alias medium "set font=4,0"
  23.