#!/bin/bash
. /usr/lib/winetools/findwine
$WINE "c:\\program files\\totalcmd\\totalcmd.EXE" ${PARAM:+"$PARAM"} &>/dev/null &
