similar to: Executing bat file in Wine from bash shell

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

2011 Dec 05
1
Re: Executing bat file in Wine from bash shell
This thread seems to be very old, most of the bat files should be runnable using Code: wine cmd < path/to/your/file.bat .
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
2006 May 15
1
simple .bat question but i can't find out where to post. my apologies for posting a non R question
----- Original Message ----- From: MARK LEEDS To: r-help-request@stat.math.ethz.ch Sent: Sunday, May 14, 2006 9:49 PM Subject: simple .bat question but i can't find out where to post. my apologiesfor posting a non R question I have what I think is a simple .bat question but i can't figure out where to post it ( i spent 6 hours looking through tutorials on batch commands but i
1999 Aug 11
5
Login script for Win95 machines
On my Samba server I created a directory called 'netlogon' and I put a batch file in there called 'login.bat'. Also did I create a share called 'netlogon' which points to the 'netlogon' directory. I set up samba to use a login script (login script=netlogon/login.bat). Strange enough it does not seem to be executed when Win95 clients logon. If I double-click the
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 -
2007 Mar 19
1
"Module not found"
I'm trying to run a program called GSAK (Geocaching Swiss Army Knife) under Wine. Most of it runs, however, as part of its normal operation it creates a batch file, BABEL.BAT, to communicate with a GPS using GPSBabel. I've run GPSBabel by itself under wine and it works. I've run the batchfile by hand and *THAT* works (under wcmd). However, I've since discovered that when GSAK
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
2005 Aug 25
3
Problem calling executable with document as argument
Hello all, I'm performing some tests with Wine, since we have only one Windows server in our network, used for specific purposes. One of the services which I intend to migrate to Linux/Wine is called "SIAFI Gerencial", which runs EDM Client to update a local database from a remote database. Here's the deal. I've copied all EDM files to my desktop to perform the testing.
2004 Feb 01
3
Several logon script bat files?
I simply wonder if I can have several different logon script bat files for MS Win users that validates through my Samba PDC? Let's say that group "users" should have logon batch users.bat and the members of the group "sales" should have both users.bat and sales.bat executed at logon? Or can I in some way use ONE script with parameters that knows about what groups the user
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
2006 May 30
1
executable file with R
Hi, I made an R function, and I want make an executable applet with it. Do you know how it is possible? Thank for your help. Romain -- Lorrilli?re Romain UMR 8079 Laboratoire Ecologie, Syst?matique et Evolution B?t. 362 Universit? Paris-Sud 91405 Orsay cedex France tel : 01 69 15 56 85 fax : 01 69 15 56 96 mobile : 06 81 70 90 70 email : romain.lorrilliere at
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
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
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
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
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
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.
2006 Jan 10
1
R CMD not recognized at command-line
Hi, I am trying to run a batch command on Windows XP and R CMD is not recognized. I get the error, "'R' is not recognized as an internal or external command, operable program or batch file." I have "C:\Program Files\R\rw2010\bin" in my $PATH variable and Rcmd.exe has been installed in that folder. I have restarted the computer to make sure any changes in the $PATH
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 #
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.