# Given the following path to a file, the mnemonics below represent
# the parts of the path as shown at the right column:
#
# path:  C:\TMP\TEST.EXE
#
#  !.!  -  filename + extension  (TEST.EXE)
#  !    -  filename              (TEST)
#  !:   -  drive                 (C:)
#  !\   -  directory             (\TMP)
#
# To associate the file extension GIF with a viewer called GIFVIEW,
# which needs the full path to the graphic file, the following
# expression must be used:
#
# GIF:  GIFVIEW !:!\!.!
#
# If the used viewer is a BATCH (filename.BAT) or MS-WINDOWS 3.x
# application, you must specify the full path to the viewer as shown
# in the example below:
#
# DOC:  C:\WINDOWS\WINWORD\WINWORD.EXE !.!
#

zip:  pkunzip -d !.!
