#!/bin/bash
# Purpose: To convert Linux-style filename to Windows-style to pass as an argument to wine when starting Foxit Reader
Filename="z:"${1//\//\\}
#assuming you use the default installation folder for Foxit in Wine
App='eval wine "C:\Program Files\foxitreader\FoxitReader.exe" "'$Filename'"'
$App
沒有留言:
張貼留言