Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
General Discussions
Switcher Hangout (Windows to Mac)
How to find the path to wine program files?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="swarup" data-source="post: 1480334" data-attributes="member: 287024"><p>I got the pathway by the directions you have given. Here is the pathway to the .exe file:</p><p></p><p>[CODE]/Users/[username]/.wine/drive_c/Program\ Files/Electronic\ Edition\ 7.5/Windows/Search/EE7Search.exe</p><p>[/CODE]</p><p></p><p>On that basis here is the code that I made:</p><p></p><p>[CODE]tell application "Terminal"</p><p> do script "/opt/local/bin/wine ~/.wine/drive_c/Program\\ Files/Electronic\Edition\7.5/Windows/Search/EE7Search.exe"</p><p>end tell[/CODE]</p><p></p><p>When I click "compile", get the error:</p><p></p><p></p><p></p><p>Together with the above error note, it highlights the "E" of "Edition". I had removed the space before the word "Edition", as per what I understood from you. But when the error came, then I tried placing a space between the "\" and the "E". But with the space there I still get the same error, just the highlight comes at the space itself. </p><p></p><p>What is wrong with my syntax?</p><p></p><p>Other than that I know the pathway is proper, because when I click directly on that .exe file in Finder, it opens the program.</p></blockquote><p></p>
[QUOTE="swarup, post: 1480334, member: 287024"] I got the pathway by the directions you have given. Here is the pathway to the .exe file: [CODE]/Users/[username]/.wine/drive_c/Program\ Files/Electronic\ Edition\ 7.5/Windows/Search/EE7Search.exe [/CODE] On that basis here is the code that I made: [CODE]tell application "Terminal" do script "/opt/local/bin/wine ~/.wine/drive_c/Program\\ Files/Electronic\Edition\7.5/Windows/Search/EE7Search.exe" end tell[/CODE] When I click "compile", get the error: Together with the above error note, it highlights the "E" of "Edition". I had removed the space before the word "Edition", as per what I understood from you. But when the error came, then I tried placing a space between the "\" and the "E". But with the space there I still get the same error, just the highlight comes at the space itself. What is wrong with my syntax? Other than that I know the pathway is proper, because when I click directly on that .exe file in Finder, it opens the program. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
General Discussions
Switcher Hangout (Windows to Mac)
How to find the path to wine program files?
Top