#!/bin/bash
. findwine
$WINE "c:\\program files\\microsoft office\\office\\msaccess.exe" ${PARAM:+"$PARAM"} &>/dev/null &
wait $!
