home *** CD-ROM | disk | FTP | other *** search
- #
- #
- # lshrc ----- Sample lshrc for the 2 Disk Drive System.
- #
- # Drive A is the Command disk (read only ).
- # Drive B is the Data (work) disk.
- #
- #
-
- #
- # clr resets screen color to my own.
- #
- alias clr cscc -f 0 0 0 -b 240 240 240 -o 128 128 128
- # Note!! lvi.exe use the default screen color.
- alias vi lvi.exe;clr
-
- #
- # My usefull short named command.
- #
- alias a alias
- alias h history -20
- alias s source
- alias w whoami
- alias pd pushd
- alias po popd
- alias df chkdsk
- alias ld link
- alias rm del
- alias cp copy
- alias cat type
- alias tree ls -Re
-
- #
- # For the other screen mode command.
- #
- alias wink wink.exp;clear;clr;
- alias nifty mopterm.exp ATDP7304611;clear;clr;
- alias chiba mopterm.exp ATDP0472489691;clear;clr;
- alias shizuoka mopterm.exp atdp0542731704;clear;clr;
- alias look look.exp;clear;clr;
- alias term mopterm.exp;clear;clr;
-
- #
- # Command search path
- #
- setenv path a:\;b:\;q:\;q:\look;q:\wink;q:\mopterm;
-
- #
- # The password file name is /passwd on the B drive.
- #
- setenv PASSWD a:/passwd
-
- #
- # lharc.exe use the 'TMP' environment variable.
- #
- setenv TMP b:\tmp
-
- #
- # Enable to the ^C handler and Disk Verify.
- #
- break on
- verify on
-
- #
- # Resets the screen color to my own and login as 'pds'.
- #
- clr
- login pds
-