Wine execute bash script

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Wine execute bash script

Post by xekhz »

Hello ppl,
I have an application tha calls acrobat.exe
I want to make a bash script to lauch kpdf

I have in my script pdf_open.sh

wine start "cmd /c kpdf MY_PDF.pdf"


can i call -> wine pdf_open.sh directly

how can i do that ?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine execute bash script

Post by vitamin »

xekhz wrote:Hello ppl,
I have an application tha calls acrobat.exe
I want to make a bash script to lauch kpdf

I have in my script pdf_open.sh

wine start "cmd /c kpdf MY_PDF.pdf"


can i call -> wine pdf_open.sh directly

how can i do that ?
http://wiki.winehq.org/FAQ#head-68d921c ... 58d76ff51f
Locked