Displaying 5 results from an estimated 5 matches for "lileo".
Did you mean:
lile
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
2010 Oct 26
1
PUSHD under WINE?
Hi!
Is it possible to use the command PUSHD under wine?
I am running a run.bat file with the command wine cmd /c run.bat.
The run.bat file has only the following command at the moment,
PUSHD \\computername\Users\username\Directory<file:///\\computername\Users\username\Directory>
When running wine cmd /c run.bat I get the following error message,
Z:\root>PUSHD
2010 Nov 02
0
.exe not running with Wine 1.1.42/Debian lenny but running fine with Wine 1.2/Ubuntu
Hi!
I am running a python script in Linux that calls an .exe file.
But I am getting the error message " cannot execute the binary file".
The Linux version that I am using is
Linux version 2.6.26-2-amd64 (Debian 2.6.26-25lenny1) (dannf at debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25))
and the wine version is wine-1.1.42.
If I use instead,
Linux version
2011 Feb 24
3
WINE limitation?
Hi!
I have a exe file that uses a standard FORTRAN open statement to access an input file.
This exe file is run under WINE in a LINUX machine.
When I run this exe file 2 times or more simultaneously on the same machine, the open statement fails and the input file can't be open.
Is there any limitation of WINE that may lead to this failure?
I get the following fixme message when running
2010 Oct 27
2
Could not find CLSID for Windows Script
Hi!
I have gone a bit further with the installation of Python with Wine.
I have downloaded http://www.dll-files.com/dllindex/dll-files.shtml?msvcirt and placed it in the .wine/drive_c/windows/system directory.
And I have run
msiexec /i python-2.4.msi
within the .wine/drive_c directory.
The Python setup windows pops up but when selecting the "Destination directory" I get the