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