similar to: Running Windows console program

Displaying 20 results from an estimated 200000 matches similar to: "Running Windows console program"

2003 Jan 08
3
Errors running R in Batch mode under Win2000
I have made many different attempts to run a R program in Batch mode. I run a DOS command like: C:\Progra~1\R\rw1061\bin\rterm.exe -q --no-restore --no-save myprogram.R out.txt What happens: 1. DOS Shell starts up well 2. R starts 3. I get the messages: "ARGUMENT 'myprogram.R' __ignored__" "ARGUMENT 'out.txt' __ignored__" 4. R Shell is ready to
2007 Mar 19
2
Execution DOS exe program via Wine ?
Hi, Could you tell me if I'm wrong ? I've understood that Wine can run a dos EXE program under a linux/unix environment : I launch Wine with proper arguments and with the program name, and the magic happens... Thus, if my program does some file input/ouput, will it also work ? Will I be able to access the outputted file via my old bash ? In fact, I would like to call an EXE DOS program
2005 Mar 28
6
Can I run windows console (command line) applications using WINE
Hi, I understand Windows UI applications can run in Linux using wine. 1. Can I run console/command line applications also? 2. If yes, a how can a shell script running on Linux invoke the console/command line application. (A sample would be great) Thanks, Susheel -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Dec 01
1
Running console apps
Hi! I'm trying to run a program which requires the win console (i.e. it doesn't run from DOS). I can't run it from wineconsole - there is a new window opened, there is a big fat cursor in it, which moves sometimes but nothing remains written. I have also some old DOS programs, which also cannot be run under wineconsole. In such a case, stderr fills with a message saying that
2011 Mar 20
4
How to run dos cmd under wine
I neade to run a script under Wine but the script requires a cmd dos so atm dosent works (i neade to connect an ftp and upload some files) is thear any emulate that i can install on wine so that i have that posibility? Thank's Helen 8)
2009 Jan 13
2
My console app doesn't run in wine
Hi, Dunno wether it's a problem in my app or wine, so I thought I'd better post here first before going to bugzilla. So pardon me if I'm wrong here with this. I wrote a Win32 console app which runs without problems on at least Win98 and WinXP. If I start it by doubleclick it also seems to run fine in wine (as far as it runs as a console app started without any command line args ;) )
2007 Feb 14
2
running wine wihtout X windows
Is it possible to run wine (wineconsole??) without X windows. I just have a simple character app that executes in a DOS window and uses printf(). I tried 0.9.30 and wineconsole doing control_alt_f1 and it BLEW I couldnt even alt_f7 to get back. I had to reboot. Should this be possible? If so how? Jerry
2009 Aug 08
1
How to pass flags (arguments) to an application
Hi everyone. I have a problem running a Windows appilcation with wine. The application is a Acucobol program. When I run "wine wrun32.exe myprogram" it works ok. When I run "wine wrun32.exe -C config.cfg myprogram" wine says myprogram doesn't exist. Any help? -- Marcelo Arroyo
2009 Jul 07
2
Transferring files Mac OS X 10.5.6
Hey, I'm trying to transfer a file from my Mac desktop to my wine program folder. The situation is that I downloaded a setup .exe to my Mac desktop and was able to use it to install my program with wine. Now I need to update the software and all I have available is the .exe for the program itself to replace in the program folder. basically, i need to replace wine "c:\program
2005 Jun 28
2
Running DOS program in a cron job
Hi, I'm trying to run a DOS program within a cron job. After much trial-and-error I settled on the following approach: - rm -r ~/.wine - call wine without any arguments, this lets wine generate a default configuration in ~/.wine - change ~/.wine/config: set GraphicsDriver to ttydrv instead of x11drv - the cron job consists of a shell script that runs the DOS program with "wcmd
2008 Apr 06
4
How to: Run a DOS program using Wine
I have a new EeePC from ASUS with Xandros version of linux installed. I have installed wine, and believe that the installation works for at least some windows programs. Looking in the windows\system32 directory I see notepad and progman, both of which run and look reasonable. What I really want to do is to run a command window, i.e. cmd.exe. Even though it is there, when I attempt to execute
2008 Jul 04
1
Calling and running a compiled program inside R
Hi, I need to use the outputs from a complied program (*.exe program that is made by some one else) for numerous data sets and use R with the outputs for some computations. I thought that it would be very efficient if I can use R from the beginning to the end by calling the exe program and run it within R, continuing the computations based on the outputs. Are there any calling function for
2005 Mar 17
5
How do I launch a dos/windows program through wine
Dear all, I have installed wine on my linux distribution, and have looked through all the documentation supplied and online and still haven't been able to run a dos/windows application through wine. I am trying to launch a dos/windows '.exe' file in linux through wine. Alan Dripps. -- Alan TJ Dripps (BEng, AMIIE) Tirna Electronics Ltd. 3 Roderick Place, West Linton, Peeblesshire,
2011 Mar 29
2
Re: Error running application, please Help
Hi vitamin ... I can see that on release 1.2.3 TCP/IP networking support has been added ... I am trying since years to run a powerbuilder application under wine, the application need to connect with a microsoft 2003 active directory server for validate the user (just make a ldap query).... but the application crash when try to do the validation.... with the new features ... could I make
2004 Nov 29
2
Log file with application running in wineconsole
Hello, I still didn't find a solution to prevent a large logfile when using wineconsole :-( I'm running a windows console (CUI) application using wineconsole and I noticed all screen output gets logged in /tmp/wine.log.* I turned of all debug channels with debugmesg -all, but it still logs the normal screen output of the application (minus the debugmessages). The problems is that my
2009 Jan 25
4
Too much functionality in WINE
Does anyone know of a way to compile a LITE wine - like a zinfandel I guess? I just want to be able to use - wine /mypathto/myprogram.exe. such as --disable-dev --without-notepad --without-ie.... After compiling wine 1.1.13 it works quite well... at least the parts of it that I have tested. There are so many things included that I will never use that basically just take up space. For instance
2007 Dec 15
2
Problems with the console functions?
Dear Wine-experts, I've tested the functionality of simple CUI-applications with wineconsole (Wine-0.9.50, Ubuntu 7.10). Somewhat surprisingly, there seems to be numerous major flaws in the current implementation. The best (worst?) example is the widely distributed sample code ("Console: Demonstration of the Console Functions") available in the MSDN library
2002 Jul 03
0
console program running in X
I have a console program that I wrote that uses a few MS dll's. (Hence why I couldn't do the program in Linux in the first place). I have the program running nicely in wine. However, wine is convinced that my program is a gui program. It runs under windows in a dos console just fine, and it runs in wineconsole just fine. However, I need the program to be run in cron jobs and be able
2004 Aug 27
1
Help by running application
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: 95.bat Type: application/octet-stream Size: 44 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20040827/0865b830/95.obj -------------- next part -------------- WINE REGISTRY Version 2 ;; All keys relative to
2008 May 26
4
running 16 bit real mode executables on mac
Hello all, first of all congratulation to all the wine stuff for the great job. I was trying to run some old 16 bit executables using wine (darwine) for mac, but from what i understand darwine is still not able to execute those exe. On Linux, doing wine TASM.EXE works fine, under mac, typing the same command (but using darwine) i get fixme:module:wine_load_dos_exe DOS executables not