home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: OtherApp
/
OtherApp.zip
/
FSHL125.LZH
/
FSHL.CFG
< prev
next >
Wrap
Text File
|
1992-04-03
|
3KB
|
70 lines
REM *************************************************************************
REM Example FSHL Configuration file.
REM Copyright (c) 1992 Oberon Software
REM
REM This example configuration file contains some of my favorite
REM alias and some which I consider to be the most useful. Feel
REM free to edit it to your heart's content.
REM
REM Note that the only lines which will be read from this file when
REM it is called on the FSHL invocation line via the "-f" parameter
REM are "alias" and "set". The file will only be read by the FIRST
REM invocation of FSHL on the system.
REM
REM *************************************************************************
alias ' cls
alias \ cd \
alias arc arc2
alias ax arc2 x
alias b@ b %2 %3 %4 %5 %6 %7 %8 %9 -m"goto_line %1"
alias cat type
alias cv cvp /50 /Cn16;OF-;OB-
alias d D:\PBIN\Gamma\ld
alias dir D:\PBIN\Gamma\ld
alias do %CMD_EXE% /c
alias exit fexit
alias fx fexit
alias hm cd \
alias l lstpm
alias lharc lharc2
alias ov cd ..\%1
alias p cd ..
alias red move
alias rendir ren
alias tasks window tasklist
alias unzip pkunzip
alias up cd ..
alias v if exist %1.arc (arc2 -v %1 %2 %3 %4 %5 %6 %7 %8 %9) else (if exist %1.lzh (lharc2 v %1 %2 %3 %4 %5 %6 %7 %8 %9) else (pkunzip -v %1 %2 %3 %4 %5 %6 %7 %8 %9))
alias wmax window max
alias wmin window min
alias wmove window move
alias wres window restore
alias wsize window size
alias x fexit
alias xx if exist %1.arc (arc2 -x %1 %2 %3 %4 %5 %6 %7 %8 %9) else (if exist %1.lzh (lharc2 x %1 %2 %3 %4 %5 %6 %7 %8 %9) else (pkunzip -x %1 %2 %3 %4 %5 %6 %7 %8 %9))
alias zip pkzip
alias zv pkunzip -v
alias zx pkunzip -x
REM *************************************************************************
REM
REM A couple of note on some of the aliases above.
REM
REM The first two are little conceits of my own, I like short, one character
REM commands (close to the ENTER key) for performing these common tasks.
REM
REM Notice that one can easily change from PKZIP to PKZIP2 or PKZIPF or
REM even X.EXE without re-teaching ones fingers to type the new name by
REM simply editing this file editing this file.
REM
REM The "alias exit fexit" is a dangerous one! There are semantic
REM differences between the two. However, if you're used to typing "exit"
REM to close your window and you don't use "exit n" in your .FSH files,
REM go ahead and leave this one.
REM
REM The aliases "v" and "xx" are examples of some very complex macros.
REM I probably use these two more than I do 9 out of 10 other aliases in
REM this file.
REM
REM *************************************************************************