#!/bin/sh
export options=""
while [ $# -gt 0 ]
do
	export options="$files `cygpath -w $1` "
	shift
done
# Provide a path to your native port of ghostview here, for example:
/apps/ghostscript/gsview/gsview32.exe $options