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