HELP: Opening WINE app. A via Wine app. B?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
UserDemos
Level 1
Level 1
Posts: 7
Joined: Sat Aug 02, 2008 9:57 am

HELP: Opening WINE app. A via Wine app. B?

Post by UserDemos »

Hey there,

Long time reader, long time WINE user, and finally, first time running into a problem.

I have an application sent to me from a friend in Japan (call it abc.exe). He also provided a translation program (call it 123.exe), but I need to open the original program through the translator. So, in Windows, I would create a shortcut that said (open abc.exe using 123.exe). And it would open the abc.exe through the 123.exe allowing me to read the translation. The translation program has no open option. It doesn't work any other way.

So, does anyone have any idea how I can accomplish this? I tried using a custom command using right-click, open...and that didn't work, or perhaps I did it wrong. Any help would be greatly appreciated!

Thanks in advance! - Dimitre

EDIT: Forgot to mention I'm running Ubuntu 8.04 and Wine 1.1.2, the newest. Hope that helps.
UserDemos
Level 1
Level 1
Posts: 7
Joined: Sat Aug 02, 2008 9:57 am

Post by UserDemos »

Any help at all? I'm genuinely stuck. I've read wikis. FAQs, searched, and more and I just can't figure out how to do this.

Thanks! - D
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Post by jeffz »

UserDemos wrote:Any help at all? I'm genuinely stuck. I've read wikis. FAQs, searched, and more and I just can't figure out how to do this.

Thanks! - D

Assuming your program 123.exe and abc.exe are in c:\abc

from a terminal, cd ~/.wine/drive_c/abc && wine 123.exe abc.exe

ps. it's Wine not WINE http://wiki.winehq.org/FAQ#head-8b4fbbe ... f0e8d25f2e
Locked