home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 1 / FREEWARE.BIN / lshrc < prev    next >
Text File  |  1989-10-17  |  1KB  |  69 lines

  1. #        lshrc ----- Sample lshrc for the 2 Disk Drive System.
  2. #    Drive A is the Command disk (read only ).
  3. #     Drive B is the Data (work) disk.
  4.  
  5. #    clr resets screen color to my own.
  6. alias clr cscc -f 0 0 0 -b 240 240 240 -o 128 128 128 
  7. # Note!! lvi.exe use the default screen color. 
  8. alias vi lvi.exe;clr
  9.  
  10. #     My usefull short named command.
  11. alias a alias
  12. alias h history -20
  13. alias s source
  14. alias w whoami
  15. alias pd pushd
  16. alias po popd
  17. alias df chkdsk
  18. alias ld link
  19. alias rm del
  20. alias cp copy
  21. alias cat type
  22. alias tree ls -Re
  23.  
  24. #     For the other screen mode command.
  25. alias wink wink.exp;clear;clr;
  26. alias nifty mopterm.exp ATDP7304611;clear;clr;
  27. alias chiba mopterm.exp ATDP0472489691;clear;clr;
  28. alias shizuoka mopterm.exp atdp0542731704;clear;clr;
  29. alias look look.exp;clear;clr;
  30. alias term mopterm.exp;clear;clr;
  31.  
  32. #    Command search path 
  33. setenv path a:\;b:\;q:\;q:\look;q:\wink;q:\mopterm;
  34.  
  35. #    The password file name is /passwd on the B drive. 
  36. setenv PASSWD a:/passwd 
  37.  
  38. #     lharc.exe use the 'TMP' environment variable.
  39. setenv TMP b:\tmp 
  40.  
  41. #    Enable to the ^C handler and Disk Verify. 
  42. break on 
  43. verify on 
  44.  
  45. #    Resets the screen color to my own and login as 'pds'. 
  46. clr 
  47. login pds
  48.