I am new to the wine community.
I would like to state that wine is exceptional! Thanks a lot for it.
I need some help with a project I am trying to do.
I have installed Wine over Ubuntu 14.04 and I have installed ffmpeg on my machine (ffmpeg as a linux program).
I have created a .sh file that runs the ffmpeg screen recorder and saves my recording.
I would like to run this .sh file from wine.
Is there any way to do this?
I have tried the following with no luck:
Code: Select all
/bin/sh capture.sh
Code: Select all
Can't recognize 'capture.sh' as an internal or external command, or batch script.
My main application can run .bat and .cmd files.
Thanks for the help in advance.