home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / FSHL125.LZH / FSHL.CFG < prev    next >
Text File  |  1992-04-03  |  3KB  |  70 lines

  1. REM *************************************************************************
  2. REM Example FSHL Configuration file.
  3. REM Copyright (c) 1992 Oberon Software
  4. REM 
  5. REM This example configuration file contains some of my favorite
  6. REM alias and some which I consider to be the most useful.  Feel
  7. REM free to edit it to your heart's content.
  8. REM
  9. REM Note that the only lines which will be read from this file when
  10. REM it is called on the FSHL invocation line via the "-f" parameter
  11. REM are "alias" and "set".  The file will only be read by the FIRST
  12. REM invocation of FSHL on the system.
  13. REM
  14. REM *************************************************************************
  15. alias '      cls
  16. alias \      cd \
  17. alias arc    arc2
  18. alias ax     arc2 x
  19. alias b@     b %2 %3 %4 %5 %6 %7 %8 %9 -m"goto_line %1"
  20. alias cat    type
  21. alias cv     cvp /50 /Cn16;OF-;OB-
  22. alias d      D:\PBIN\Gamma\ld
  23. alias dir    D:\PBIN\Gamma\ld
  24. alias do     %CMD_EXE% /c
  25. alias exit   fexit
  26. alias fx     fexit
  27. alias hm     cd \
  28. alias l      lstpm
  29. alias lharc  lharc2
  30. alias ov     cd ..\%1
  31. alias p      cd ..
  32. alias red    move
  33. alias rendir ren
  34. alias tasks  window tasklist
  35. alias unzip  pkunzip
  36. alias up     cd ..
  37. 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))
  38. alias wmax   window max
  39. alias wmin   window min
  40. alias wmove  window move
  41. alias wres   window restore
  42. alias wsize  window size
  43. alias x      fexit
  44. 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))
  45. alias zip    pkzip
  46. alias zv     pkunzip -v
  47. alias zx     pkunzip -x
  48. REM *************************************************************************
  49. REM
  50. REM A couple of note on some of the aliases above.
  51. REM
  52. REM  The first two are little conceits of my own, I like short, one character
  53. REM  commands (close to the ENTER key) for performing these common tasks.
  54. REM
  55. REM  Notice that one can easily change from PKZIP to PKZIP2 or PKZIPF or
  56. REM  even X.EXE without re-teaching ones fingers to type the new name by
  57. REM  simply editing this file editing this file.
  58. REM
  59. REM  The "alias exit fexit" is a dangerous one!  There are semantic
  60. REM  differences between the two.  However, if you're used to typing "exit"
  61. REM  to close your window and you don't use "exit n" in your .FSH files,
  62. REM  go ahead and leave this one.
  63. REM
  64. REM  The aliases "v" and "xx" are examples of some very complex macros.
  65. REM  I probably use these two more than I do 9 out of 10 other aliases in
  66. REM  this file.
  67. REM
  68. REM *************************************************************************
  69.  
  70.