similar to: Running programs in wine that are in the PATH

Displaying 20 results from an estimated 30000 matches similar to: "Running programs in wine that are in the PATH"

2011 Jun 29
1
Update MS Windows PATH variable based on a R script
Dear list, this is not directly an R question, but it is somewhat related to R aspects, so I hope it's okay to post it here: I'd like to update my windows PATH based on a script routine in order to make sure that crucial components are contained. Much like what happens at the installation of Rtools (if desired). Now, can you do that from within R or do I need some sort of windows
2014 Jul 29
0
Simple UpsTray client for Windows
Hi, I wrote a small utility to stay in Windows tray and indicate NUT UPS device status and some properties. The tray icon shows UPS battery status (from green for 100% to red for 0% and red-crossed for unconnected state). The tooltip shows UPS manufacturer and model names, date of production, UPS status, battery status and voltage, time left when running on batteries. Archive containing compiled
2007 Apr 24
0
how to capture text from a popup window..in watir
Hi all, I got the answer how to click on ''ok'' button. But still i have two problems --- that code is not working when im trying to run that code through the exe file of that ruby file which is using that code. and second one is i want to capure the text of that popup.. i tried this with no success #----- js_dialog.rb ----- require ''win32ole'' require
2011 Aug 22
1
Autoit
I've been using AutoIt for a while now and so far AutoIt works pretty well in WINE, however a few things don't work such as @DesktopRefresh or Inputbox(). Is WINE going to have AUTOIT support / compatibility / something any time soon?
2011 Aug 22
1
Autoit Bug - @DesktopRefresh
Posted: Sun Aug 21, 2011 8:11 pm Post subject: Autoit Bug - Inputbox In wine-1.2.2 and wine-1.3.15 on Ubuntu @DesktopRefresh for autoit does not give correct output. sample script: MsgBox(0x0, "Desktop Refresh", @DesktopRefresh) Expected result: Message Box showing Desktop Refresh Actual result: Message Box showing Desktop Refresh as 0
2011 Apr 11
1
AutoIt in wine
Can some one help me understand wines error reporting syntax? fixme:win:LockWindowUpdate ((nil)), partial stub! I get the above error when I use scite (ubuntu version, not the scite4autoit version) to launch autoit from the wine program files directory. And what if I just throw in all the dlls from my virtual machine's xp os into wines system32 directory so that all the extra dll's are
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote: > I''m a big fan of automated UI testing (i.e. driving the UI from some robot API). I appreciate this > is potentially a whole new project, but does wxwidgets provide a method of clicking buttons, > typing into components ... if so, would it be technically possible to expose this in wxruby. I like automated UI testing too, but
2011 Aug 22
1
Autoit Bug - Inputbox
In wine-1.2.2 and wine-1.3.15 on Ubuntu Inputbox() for autoit does not work. sample script: InputBox("meh", "meh") Expected result: Input window Actual result: Nothing and program exits Terminal output when compiled: fixme:win:LockWindowUpdate ((nil)), partial stub
2006 Jun 30
2
Rails Powers #1 Selling Album Site
Just a heads up that the new record label site for Vagrant Records runs on Rails and PostgreSQL. Right now it is FCGI based but we''re moving to Apache+Mongrel next week. It is looking like they are going to have the #1 selling album in the country this week with Dashboard Confessional''s new record. Just a note to let people know that Rails has penetrated Billboard!
2006 Jan 18
2
deployment of software
I have Samba and about 40 WinXP Clientes running. Now I?m trying to find a way to deploy software (for example updates of E-Mail Client, Windows Patches) to my Clients. I was playing around with AutoIt and some "switch-user-tools" for windows, which really works but also is kind of complicated and time consuming. In my environment, every user got his own Logonscript on the Linuxserver
2002 Aug 08
0
Non running DOS programs from path with long names
Greetings List I have a redhat 7.3/Samba 2.2.3a file server (NOT PDC) on a linux/windows network. Everything seemed to work well in Win32 land until we noticed this interesting feature. We have stored a DOS program ("DOSPROG.EXE") in a local public Samba share, 777 directory and file permissions. So all open and highly unsecure. We want to run the program from a Win98 client. To do
2008 Feb 25
1
just a wine newbee
I come from Autoit because it doesn't support Linux OS. I've some questions: 1- can I make Linux programs with a computer that only has Windows? 2- I see the downloads page of windows, but there is not any compiler or something like that. where is it? 3- Can I use sciTE for program in wine? 4- is there a help file or some tutorials? thanks, olivarra1 PD: I'm sorry because my english
2003 Jul 06
0
compare-dest when DEST contains path component
Hi, I just noticed that the value of the '--compare-dest' argument is simply prepended to the DEST argument, even if that has path compnents. For example with this command: rsync -a --compare-dest=$comparedest \ remote::something/1/ \ /local/path/to/1/ if the remote 'something' module has a file called '1/2/3/4/file' (which is going to be mirrored to
2006 Jan 18
3
Patching XP clients on Samba PDC
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Does anyone have a good suggestion for patching XP clients on a Samba PDC domain? I've tried using autoit and sysinternal's psexec to write a script to do this but this doesn't work well because the computer has to be active and our machines lock the machine if it's not active in 15 minutes. I hate having to log onto every
2009 Mar 04
6
Quality of system images captured with (G)ImageX
Hi, I'm using Wine 1.1.16 on Ubuntu 8.10 x86. ImageX is from Windows Vista SP1 AIK found here (http://www.microsoft.com/downloads/details.aspx?familyid=94BB6E34-D890-4932-81A5-5B50C657DE08&displaylang=en). And standalone imagex here (http://www.tipandtrick.net/2008/imagex-600118000-x86-and-x64-for-windows-server-2008-and-vista-sp1-standalone-download/). GImageX requires special library
2009 Jul 16
1
Softoken II issues during install
Hi, I'm trying to run Softoken II in wine but having very little success. When installing using the softoken msi file it doesn't seem to get as far as it does on a windows machine. But there still seems to be some part of the install completed as I can run Softoken exe afterwards, although it gives me problems. I run the msi using: Code: wine start softoken/setup.msi And I get the
2015 Jul 01
2
[LLVMdev] C as used/implemented in practice: analysis of responses
On Tue, Jun 30, 2015 at 2:37 PM, Peter Sewell <Peter.Sewell at cl.cam.ac.uk> wrote: > On 30 June 2015 at 18:21, Hal Finkel <hfinkel at anl.gov> wrote: > > ----- Original Message ----- > >> From: "Sean Silva" <chisophugis at gmail.com> > >> To: "Peter Sewell" <Peter.Sewell at cl.cam.ac.uk> > >> Cc: llvmdev at
2011 Dec 10
2
Couldn't find database client: mysql, mysql5, mysql.exe, mysql5.exe. Check your $PATH and try again.
Greetings, I am trying to get MySQL to run with Rails, but when I try to get it to run using "rails dbconsole" I get this error: C:\IS410\Programs\sqltest3>rails dbconsole Couldn''t find database client: mysql, mysql5, mysql.exe, mysql5.exe. Check your $PATH and try again. I have MySQL installed, along with the MySQL driver. I read alot of posts in forums saying it might
2015 Jun 27
2
[LLVMdev] C as used/implemented in practice: analysis of responses
On 26 June 2015 at 22:53, Sean Silva <chisophugis at gmail.com> wrote: > All of these seem to fall into the pattern of "The compiler is required to > do what you expect, as long as it can't prove X about your program". That > is, the only reasonable compilation in the absence of inferring some extra > piece of information about your program, is the one you expect.
2004 Aug 06
1
OT: OGG in the mainstream
I think when the real-time cbr encoding issues are sorted Vorbis (this is my experience with oddcast dsp, winamp and icecast 2 win32, big cpu hog) will start gaining more ground, also I think it will also gain more ground when it starts getting implemented into the more mainstream software and hardware products. For the most part vbr mp3 (btw, provide mp3's for downloads as vbr.. Better