similar to: Get OS version information within a batch script

Displaying 20 results from an estimated 10000 matches similar to: "Get OS version information within a batch script"

2008 Mar 18
2
Wine wiki cleanup
Over time, the Wine wiki front page grew rather unwieldy, so I split the developer information off into two new pages, leaving only a simplified front page behind, mostly aimed at users. It's radically simpler. Hopefully it'll be more welcoming to new users. Comments?
2012 Apr 24
6
Easy way to launch Aion Online
Locate your "Aion.bin" file at C:/Program Files/NCsoft/Aion/Bin32/aion.bin and rename it to "Aion.exe" from there the game will launch. However you may need to add arguments for it to connect to the correct IP Address. You can do so by terminal or using q4wine.
2006 Jan 03
1
opensearch template
I've just noticed the Omega "opensearch" template seems to lack escaping for URLs in <link> tags: $httpheader{Content-Type,application/xml}<?xml version="1.0"?> <rss version="2.0" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"> <channel> <title>Xapian search results</title>
2008 Dec 22
1
link WINE into my application
Is it possible to link in the WINE libs to my application so that I can just have the single executable? Thanks
2011 Sep 02
7
I want to contribute code for wine and become a developer.
I am porting wine to MIPS and do some job in winebuild/ntdll/ etc. I am using qemu to translate x86 instruction and direct the win32 api call from the qemu to wine in MIPS version. Wine on mips is running now! I want to contribute the modification to wine . How can I do that?
2003 Nov 27
2
Getting rid of loops?
I wrote a function to calculate cosine distances between rows of a matrix. It uses two loops and is slow. Any suggestions to speed this up? Thanks in advance. theta.dist <- function(x){ res <- matrix(NA, nrow(x), nrow(x)) for (i in 1:nrow(x)){ for(j in 1:nrow(x)){ if (i > j) res[i, j] <- res[j, i] else { v1 <- x[i,] v2 <- x[j,]
2011 Sep 25
0
RMySQL not running from within batch file
I had a collection of .bat files running R scripts on my computer that were working perfectly. I then reformatted my computer and now I can't get them working again. I have spent many days scouring the internet but have not found a solution to my problem. I created a simple piece of code named 'test 1.0.R' to try to find the source of my problem. It contains the following -
2009 Nov 12
0
source filename information within the source?
Hi, Excuse me for using this list as a proxy for "r-sig-linux"! Is there anything analogous to `basename $0` (more importantly, "$0") of bash in R? Of course, this only makes sense in either BATCH mode or source() or shebang scripts (e.g using littler or Rscript)? Thanks for being considerate ;) -- Prasenjit
2011 Apr 15
2
Extract information from the names of a list within lapply
Dear list, I want to loop over a list through lapply and at the same time I want to extract some information from the names of the list elements. lapply does not seem to carry the names. Is there anyway to access the names of a list within lapply? Thanks. Jun [[alternative HTML version deleted]]
2012 May 31
1
maptools: using to sets of information (within two shape files) for one plot
Dear all, I am using a shape file containing the information regarding the borders of the PARISHES of Austria. I created a plot with different colours for different percentages of child care institutions. Now I would like to add the information of the COUNTY boundaries to this plot which I have got in another shape file. I would like these boundaries to be shown with bold lines so that they can
2007 Jul 09
1
BLAS / LAPACK version information from within R-session?
Hi, for diagnostic purposes, I would like to get information about the BLAS / LAPACK linked against R from within an R-session. An obvious application could be safety-checks for packages like Matrix and quantreg at load / attach - time. Also you could be more precise on the "framework" in which R is running for comparable benchmark timings on different systems. Perhaps this
2006 Jan 31
0
"cannot start a transaction within a transaction" sqlite error on OS X Tiger but not Windows
I''ve been editing a rails app on Windows for a little while now. I just checked it into source control and started editing on my iMac. Everything seems to run normally, except that when I attempt to modify the database in any way (I''m running sqlite), I get a weird error: "cannot start a transaction within a transaction"
2011 Jul 28
1
Problem to uninstall a program within Wine under Mac OS X 10
Hi, I got a problem with Google Sketchup Mac so I tried to install the Windows version via Wine. It's installed but doesn't work. i tried to uninstall it in the 'add/delete programs' section of Wine. At the end I get a message saying that Sketchup has been uninstalled succesfully, but actually nothing changes: Sketchup still appears in the list of programs and no files have been
2012 Jun 20
1
getting name or uuid of vm within guest OS
Hi, for tl;dr people: how we can get uuid or name of a vm within a guest os? description: We are trying to implement a guest-agent for Archipel* to let us run simple commands on guest os**. in archipel each vm has its own jid (jabber id), user will open a chat conversation to vm's jid and send messages like "!exec ls", then we check that user (jid) who sent !exec has permission to
2020 Jul 18
2
[Bug 3196] New: [Information Disclosure] OpenSSH_7.4p1 Raspbian-10+deb9u7 discloses OS version
https://bugzilla.mindrot.org/show_bug.cgi?id=3196 Bug ID: 3196 Summary: [Information Disclosure] OpenSSH_7.4p1 Raspbian-10+deb9u7 discloses OS version Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Other Status: NEW Severity: security Priority: P5
2008 Nov 08
0
A broader CentOS information sharing issue? [ Was What's an Enterprise class OS ]
On Sat, 2008-11-08 at 08:55 -0800, Akemi Yagi wrote: > <snip> > Many of you on this mailing list may still remember the longish thread > regarding the writing of a HowTo rpmbuild article. At that time, I > quoted several forum posts to demonstrate the fact that we repeatedly > *type* the same answer each time a new person asks the same question. > This was because there
2008 Mar 19
2
Splitting wine wiki FAQ (was: Wine wiki cleanup)
On Wed, Mar 19, 2008 at 10:40 AM, Jim <wineforum-user at winehq.org> wrote: > Should we do this for the FAQ as well? I mean: > > Make a separate developer DeveloperFaq (WikiName) > > Move developer related topics from FAQ to DeveloperFAQ > > Add question to FAQ "Where is the Developer FAQ?" to FAQ. -OR- Possibly not as a FAQ
2012 Jun 10
0
rsync hanging in read-batch mode
Trying to do something like this, in Ubuntu 11.10/12.04: Location A (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location B rsync --read-batch /media/bkup/foo.rsb /path/to/files/ rsync --read-batch /media/bkup/foo.rsb /path/to/copy/ (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/
2011 Oct 14
0
[Bug 8529] New: Extend --batch to a local cache for backups
https://bugzilla.samba.org/show_bug.cgi?id=8529 Summary: Extend --batch to a local cache for backups Product: rsync Version: 2.6.9 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: samba-bugzilla at
2012 May 08
6
Ubuntu 12.04 64bit + Wine 1.5.3 (or 1.4) + .NET Framework3.0
First of all it's clean installation of Kubuntu 12.04 64-bit. Then: Code: sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 Then I got a 32-bit wine environment: Code: rm -rf .wine WINEARCH=win32 WINEPREFIX=~/.wine winecfg Then I tried to install .NET Framework3.0: Code: wget http://kegel.com/wine/winetricks && sh winetricks dotnet30