Trying to process a file with an application running on wine

Questions about Wine on Linux
Locked
rnovelo79
Newbie
Newbie
Posts: 1
Joined: Wed May 22, 2013 5:08 pm

Trying to process a file with an application running on wine

Post by rnovelo79 »

Hello.
This is my first time trying to use wine, and in linux for that matter, but I'm trying to run wine to launch an application and decompress a file via terminal command line.

Manual Process:
I have a DeCmpTool.exe application that is launched on wine. After launch, there is a browse button that is used to load a file (Z:\home\roger\Shared\Scripts\VLR\USRINF_20130521.cmp) into an input field then a 'Decompress' button is clicked for the application to decompress the file into an output text file.

My goal is to write a script to automate this process but I need to know how to call the .cmp file after the application is launched.

This is what I run on the terminal to launch the application.

$ wine DeCmpTool.exe

Can anyone please tell me what else I need to add to the command so that the exe application decompresses the cmp file?

I'm attaching a screenshot of the launched exe application.

Any help would be appreciated.
Attachments
What the appilcation looks like after being launched.  <br />$ wine DeCmpTool.exe
What the appilcation looks like after being launched.
$ wine DeCmpTool.exe
decmptool.png (9.77 KiB) Viewed 1557 times
Locked