.Key path

IF "<path>" EQ ""
   echo " "
   echo "  Must Specify path in Tooltypes EXECUTE command!"
   echo ""
   echo "  Example:  EXECUTE=Unpack->HD DH0:DVIPS/"
   skip DONE
ENDIF

lha x PSTools1.lha <path>

assign texvfs: <path>psvfs
assign texconfig: <path>ps
echo " "
echo " "
echo " The following assignments have been made, you should"
echo " add these to your startup-sequence to make them permanent"
echo " "
echo "   assign texvfs: <path>psvfs"
echo "   assign texconfig: <path>ps"

lab DONE
echo " "
echo "  All Done.  Click close gadget to get rid of window."
endcli

