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 ?
Wine execute bash script
Re: Wine execute bash script
http://wiki.winehq.org/FAQ#head-68d921c ... 58d76ff51fxekhz 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 ?