similar to: Running DOS program in a cron job

Displaying 20 results from an estimated 1000 matches similar to: "Running DOS program in a cron job"

2002 Nov 21
3
Tribes 1.x & Wine
Has anyone ever tried to actually get a tribes server running under wine or another emulator? Just the other day i was setting up a linux counter-strike server. My friend asked me if i would setup a Tribes 1.0 or 1.11 server. I thought linux would be a great way to do it. I was trying to run a headless / dedicated starsiege tribes server (1.0/1.11) I Installed the tribes files (including the
2001 Oct 17
3
Cron with Wine
I am currently using Windows self extractor from the command line and it works great to convert zip files to windows exe's. The issue I'm having is if I try and cron this through a shell scipt it complains with the following + wine '/usr/share/wine-c/Program Files/WinZip Self-Extractor/WinZIPse.EXE' /y /le /overwrite
2002 Aug 27
1
use of ttydrv
Hello, I try to use a ttydrv driver so I edited a wine config file and modify this line : "GraphicsDriver" = "ttydrv" but when start a dos application wine display this message : x11drv: Can't open display: Thanks for your responses. --- Arnaud Duhamel - SOLINUX arnaud.duhamel@solinux.fr http://www.solinux.fr 1, rue Joliot Curie 80200 Flamicourt T?l :
2005 Oct 26
4
ubuntu 5.1 & wine 0.9
hi, i've setup wine 0.9 on ubuntu 5.1 but it does not work. what i get is: err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": /usr/lib/libSM.so.6: undefined symbol: IceGetPeerName ESC(BESC) 0ESC[?1049hESC[1;24rESC[m^OESC[4lESC[?7hESC[HESC[2Jfixme:ttydrv:TTYDRV_GetBitmapBits (0x1a4, 0x7bc4f224, 128) : stub fixme:ttydrv:TTYDRV_GetBitmapBits (0x1a0,
2005 Aug 10
5
config file (or lack thereof) question, turning off ttydrv
I am TRYING to use the most recent release of wine. Am I correct to assume that there is no longer a .wine/config file? Am I also correct to assume that all documentation still refers to the .wine/config file, and gives NO F*CKING help about how to use the new system? If these two assumptions are correct, it seems to be a real stupid way to do things. How is a new user EVER supposed to
2001 Mar 29
1
xterm needs reset, no output
I have attempted to get wine functioning for several days but have been having no output recognizable as a windows program, rather the terminal acts much as though the output was that of a cat of a binary file and requires a reset to become useful again. I am running Slack 7.1 on 2.2.18 on a dual celeron machine using XFree86 4.0.2. All other programs are functioning normally. I have used
2002 Jun 13
1
win32 console cli emulation
Greetings, I am a new wine user, and im hoping you could let me know if what I want to do is possible with wine. I have a win32 console application (I would assume since it does not run in DOS mode). This application will read in a text file, find what its looking for, process it, and creates another file(s) from that (just to give you an idea of what the program does). What I would like to do
2002 Dec 30
1
wcmd - continued font problems
Tony, et. all, Hi. Happy Holidays. I'm still struggling along with getting Wine to really run on an important audio machine. I have run Wine now on 3 machines: 1) An older Redhat 7.0 machine running Gnome 2) An up-to date Redhat 7.3 machine running KDE used for office type applications 3) An up to date Redhat 7.3 machine running KDE used for Pro Audio applications The results
2002 Jul 31
3
Setting custom parameters for wine-programs
Hi list, Trying to set custom paramters for a wine-program as wcmd for example doesn't work for me. I tried setting [AppDefaults\\wcmd.exe.so\\x11drv] "Desktop"= "N" and [AppDefaults\\wcmd.exe\\x11drv] "Desktop"= "N" when global is "Desktop"="640x480". wcmd is displayed on a 640x480 desktop. Is there a workaround ?
2011 Jan 22
4
wine on mac os x and x11
I have a console-only windows application which I'd like to run on OS X. It runs, but insists on starting X11 every time I invoke wine, even though all the app does is write to a file. According to the the documentation at http://www.winehq.org/site/docs/wineusr-guide/cui-programs, wine should not require X11 for CLI programs. I've also tried invoking via wineconsole with no effect. Is
2001 Oct 01
1
Latest CVS of wine won't compile
Hi! I tried to compile the latest CVS version (fetched this morning) of wine, but compilation fails with: gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c In file included from ../../include/wine/winuser16.h:5, from ttydrv.h:19,
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
2004 Sep 20
1
Cannot disable the debugger
I have a situation where I am using wine on Linux and I want to prevent wine from trying to start the interactive debugger. I am using wine version: Wine 20040505 When an executable fails an assertion (assert(0) for example) wine attempts to display a dialog box asking the user if they want to debug the application: Assertion failed: 0, file c:\documents and settings\fsola\my documents\visual
2003 Oct 02
0
Running Wine apps via Cron
I need to be able to launch a Windows app at a regular interval - a perfect candidate for cron, I thought. The app runs perfectly when I issue the command from a shell, but fails without a trace when launched via cron using the exact same command. I have DISPLAY=:0:0 at the top of the cron file, and if I were to change the command to launch a KDE app, it runs as expected. Changing the
2005 Nov 30
3
wcmd crashes all the time on the set command.
Below is a crash I get on my gentoo box when I execute the set command in wcmd. I believe the problem is caused by wine using the entire enviornment from my linux machine: john@jmd0 ~ $ wcmd WCMD Version 0.17 W:\home\john>set ALLUSERPROFILE=c:\windows\Profiles\Administrator ALLUSERSPROFILE=c:\windows\Profiles\Administrator ANT_HOME=/usr/share/ant-core CLASSPATH=. COLORTERM=
2005 Jun 28
0
Antw: Re: Running DOS program in a cron job
>Doesn't the cron job run as a root user (or member of the root group)? >Certainly root owns the cron daemon, afaik. You are right insofar as the cron daemon process is owned by root. However, when the cron daemon runs a job, it starts the the job's process with the privileges (and the environment, e.g. $HOME) of the user for whom the job was added. I added the job to a crontab file
2002 Jan 03
2
Unable to compile wine CVS version
Hi, trying to compile CVS wine version after updating today reports these messages : make[3]: Entre dans le r?pertoire `/home/wine/graphics/x11drv' make[3]: *** Pas de r?gle pour fabriquer la cible `../../include/bitmaps/obm_lfarrowi', n?cessaire pour `oembitmap.o'. Arr?t. make[3]: Quitte le r?pertoire `/home/wine/graphics/x11drv' make[2]: *** [../../graphics/x11drv/x11drv.o]
2001 Oct 02
3
Font metrics error
Wine spits out a buch of error messages of the form: fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-fcd8859-15' has unknown registry 'fcd8859' and character encoding '15' Is there a switch to get it forget about it's font server. I'm running batch mode programs so fonts are irrelevant. Thanks,
2005 Feb 11
1
Desktop malfunction - Wine
So, this is the capture I got from running Wine alone on my desktop. Fedora Core 3, Wine 20050111, without Winetools. This is using the latest stable SMP kernel (don't have version number off the top of my head, -740 or something like that). I may have left out numerous dubious details. If so, please let me know... FWIW, this is installed off the latest RPM. >>>
2007 Mar 09
1
wineconsole crashes - what am I doing wrong?
Dear All, I am running Wine under Linux - Suse 10.1 (kernel 2.6.16). GUI apps work fine (eg "wine notepad", "wine matlab") and wcmd works too ("wine wcmd"), but any CUI program causes a crash, like this: /home/gcunning> wineconsole --backend=user "c:freedos\edit.com" Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses