similar to: Re: Executing bat file in Wine from bash shell

Displaying 20 results from an estimated 100000 matches similar to: "Re: Executing bat file in Wine from bash shell"

2010 Jun 24
1
Executing bat file in Wine from bash shell
I run OS X, and I want to execute a bat file in Wine from within a shell script. Is there a way to do this? Can Wine accept a path to an executable/bat file as an argument? And can this be done without having to open and close Wine each time the build process is initiated? I'd like to use a currently running Wine instance, if there is one.
2009 Jun 29
4
wine / vcvarsall.bat
Hi there, I am trying to play with wine and I cannot figure out how to read a bat file that would define some env var for me. I followed instructions from: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14208 And everything seems to be installed nicely for me (thanks to winetricks !): $ find ~/.wine | grep nmake /home/mathieu/.wine/drive_c/Program Files/Microsoft Visual
2010 Oct 22
2
wine test.bat - Does it work?
Hi all! I have a .bat file that I need to run on a machine that runs Linux. Is it possible to run a .bat file under WINE? I have installed WINE and tried writing wine test.bat on the command line but it didn't work. I got the error message, wine: Bad EXE format for H:\Dokument\test.bat Is it only .exe files that can be run under WINE? Thanks, S?nia S?nia Lil?o O2 Strandv?gen 5B 114 51
2008 Sep 18
4
Questions about BAT
Alright, i have been trying for a while now to do the following, i have googled up and down, searched this forum and the like. I have a .bat file that i created to help me convert my music. The problem i have is the .bat file calls an .exe and sends it several parameters. Here is an exerpt of it: ~~~~ If ~%1 == ~ GOTO end C:\Music\Lame_Encoder\lame.exe -b 320 -F -h %1 "%~d1%~p1%~n1 -
2012 Nov 01
3
Start R from bash/bat file and end in interactive mode
I have a r-script (rook.R) that starts a Rook server. To present users from having to start R and type in source("rook.R"), I want to create a bash script and bat file that starts R and sources the script. However, to keep the Rook server running R should not close after running the script and stay in interactive mode. This proves more difficult than expected. I tried various
2009 Jun 02
5
(Dar)Wine and The Bat!
Greetings, I'm trying to run The Bat! (email client by RITlabs) on Mac OS X 10.5.7 with the most current XQuartz installed. I compiled Wine 1.1.22 using MacPorts and confirmed it is working for simple Windows applications. (Btw, is this Wine or Darwine, since MacPorts seems to download and compile the official Wine sources?) After installing The Bat!, it starts up and immediately quits with
2012 Dec 23
1
Calling a .bat to set environment variables and subsequent .exe execution from within R
Dear list, I have found a thread dealing with similar problems with a Mac, but somehow I cannot get it to work and the problem is slightly different: I am using the shell() command to execute a program from within R. The problem is that I need to execute SDKShell.bat file first that sets the environment variables for the program ogr2ogr.exe: shell(cmd =
2011 Sep 05
1
A strange behaviour of The Bat under Wine - Xorg exhaustion
Though rated as Platinum. Wine 1.3.27, KDE 4.6, Xorg 1.10.4 Nvidia Problems with running The Bat 4.x, 5.x (release number doesn't matter). With time Xorg server starts to consume more and more processor time, yet the memory and processor usage of The Bat itself remains the same. Closing The Bat restores xorg low process consumption. If The Bat is run for a few days X-Org would hang.
2005 Jan 23
3
Samba PDC and Windows XP not executing logon.bat
I have spent most of the past 24 hours reading various samba docs and searching google for help -- but can't find a solution. Suggestions and solutions would be appreciated. I have set up a Linux Box (Samba 3.02) as a PDC with roaming profiles. (I haven't upgraded, because this box is a model for over 100 other boxes in the field). I can add XP users to the domain and their roaming
2010 Jun 01
12
Wine & Pro/Intralink
Hi My name i Lorenzo, I'm new on linux's world. I wold like to know is someone has tried to use Wine with Pro/Intralink (a PTC product). During installation...no problem. Lunching the program after installation... no results. Following, more informations: WINE Version: Wine 1.2-rc1 TERMINAL OUTPUT DURING INSTALLATION [code]icelolli at ascari:/media/PRO$ wine setup.exe icelolli at
2001 Aug 22
3
bat files
Just a question, should it be possible to run bat files with wine. Basically the application is java, I know the java will run under windows. I also know that java will run under linux natively, but I am curious if this is possible to start under wine. I get wine: can't exec 'blue.bat': invalid exe file.
2003 Sep 08
8
Can I execute a shell script from Wine ?
I need to be able to trigger a Linux procedure (shell script, or PERL for example) from Wine. Is it possible to do ? Please help ! Thanks. Boris Kirshteyn K-B Toys, Software Architect (413) 496-3249 bkirshte@kbtoys.com
2008 Jul 16
2
Wine, The Bat questions
Hello, just started using Wine couple of weeks ago. Works fine, but I have a few questions. 1. The account tree int he Bat displays folder icons incorrectly. The overlay icons (that specify the folder type) are displayed, but the base one (is not). Minor defect, I can live with it, but if there is a fix, I'd like to fix it. 2. Then I have pdf attachment in the email, I click on it, and the
2003 Jul 03
1
BAT Files
How I can execute .Bat file with Wine ? When I'm execute, receive this message: $ wine FILE.BAT /opt/wine/bin/wine.bin: cannot determine executable type for 'C:\FILE.BAT' Wine failed with return code 1 Any ideas ? Thank's. ________________________________________________ Message sent using UebiMiau 2.7.2
2020 Apr 11
2
using the bat script build_llvm_package.bat on windows
where should the file build_llvm_package.bat be placed and how should the build_llvm_package.bat be called? or is there a another way to do a two stage build of the llvm project on windows starting with using visual studio 2017 community. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jun 30
0
Problem in executing java.exe within a bat file.
Hi, I am trying to run the Xilinx software (Windows executables) using wine. There is a problem when I try to run one of the bat files which tries to run java.exe and other within it. Following is the error message that is generated and I found that it happens when java.exe is the executable that is run. # # HotSpot Virtual Machine Error, Internal Error # Please report this error at #
2016 Dec 14
1
[PATCH supermin] tests: fix test-binaries-exist.sh with bash 4.4
bash 4.4 installs the (binary) examples of builtins by default: among them, there is one called 'sync', which segfaults when called standalone. Since this test actually looks for the 'sync' utility from coreutils, filter out the bash-specific paths from the search results. --- tests/test-binaries-exist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git
2009 Jan 25
10
CentOS and BAT File
In windows, we use BAT file to execute few series of command , which help us in not writing each command manually everytime we want to execute those commands. In CentOS, I want to do the same thing. Any Advice ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090125/d67fb239/attachment.htm
2009 Aug 20
3
netlogon.bat issues
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have samba configured so that users have their own netlogon.bat file (e.g. %U.bat) and each user has a .bat with their username in the netlogon share. So far I have been unable to get any of the shares that I have defined in the batch file to be mounted when a user logs in. Here is a snapshot of both the netlogon section of my smb.conf file and
2009 Feb 02
1
executing R batch files
The following command, issued from the DOS command prompt (running Windows XP), produces the intended result of a .csv file created by program.R: ?c:\program files\R\R-2.8.0\bin\Rterm.exe? --save < "c:\TEMP\program.R" However, when I create a file called Rbatch.bat that contains exactly the line above, and try to execute it (by double clicking or via the Shell command in an Excel