Batch file

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jim Hall

Batch file

Post by Jim Hall »

Just a clarification. A batch file (*.bat) is an executable. I will be
installing a mod for WoW that needs to run a batch file after the normal
install to complete the installation (if I'm reading it correctly). I am
positive that running it with Wine should work just fine, but I wanted to
ask first just in case there is an issue with batch files I haven't heard
about.

The mod is "fubar2" and I'm using Wine 1.0 on Debian Etch (kudos to Ove).

Thanks,
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Paul Johnson

Batch file

Post by Paul Johnson »

On Thu, 2008-07-10 at 10:37 -0500, Jim Hall wrote:
Just a clarification. A batch file (*.bat) is an executable. I will be
installing a mod for WoW that needs to run a batch file after the normal
install to complete the installation (if I'm reading it correctly). I am
positive that running it with Wine should work just fine, but I wanted to
ask first just in case there is an issue with batch files I haven't heard
about.
I personally haven't come across any batch files that I've needed to run
in Wine, but I don't see why they shouldn't work unless wine doesn't
have command interpreter support at all.
The mod is "fubar2" and I'm using Wine 1.0 on Debian Etch (kudos to Ove).
All I can say is give it a shot. If you have other things installed in
wine and are worried about messing things up, you might try installing
it in another wine prefix or backing up your existing wine prefix before
you do.

--
Paul Johnson
[email protected]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Ove Kaaven

Batch file

Post by Ove Kaaven »

Jim Hall wrote:
Just a clarification. A batch file (*.bat) is an executable.
In principle, no. A batch file is basically a shell script, not an
executable as such.

You could always try to run it with the Wine command shell (cmd) and see
if it works, e.g. wine cmd /c file.bat
Locked