search for: windir

Displaying 20 results from an estimated 64 matches for "windir".

Did you mean: bindir
2017 Mar 01
2
error en el cambio de formato desde factor a numerico USANDO LAPPLY
...ing que altera la clase de toda la columna cuando ésta es numérica. Simplemente eliminando esa segunda fila, las columnas acaban teniendo la clase que deben.. #-------------------------------- Lectura del fichero de entrada sin corregir ----- > head(datIn) TIMESTAMP RECORD batt_volt WinVel WinDir Taire Haire BP_hPA cgr3_T_C cgr3_T_K Lnet long_up_corr CMP3 1 TS RN volts mV mV c % hPA deg_C NA NA W/m^2 W/m^2 2 2016-03-22 0.00 14.13 0.00 240.90 8.67 14.76 687.43 9.83 282.98 -141.02 222.56 767.82 3 2016-03-22 1.00...
2018 Jul 26
4
Problem with definition of slist in CFEngine
...)", "sys.uptime ................. = $(sys.uptime)", "sys.user_data .............. = $(sys.user_data)", "sys.uqhost ................. = $(sys.uqhost)", "sys.version ................ = $(sys.version)", "sys.windir ................. = $(sys.windir)", "sys.winprogdir ............. = $(sys.winprogdir)", "sys.winprogdir86 ........... = $(sys.winprogdir86)", "sys.winsysdir .............. = $(sys.winsysdir)", "sys.workdir ...................
2003 Oct 30
0
[PATCH] contrib/cygwin/ssh-host-config: Fix a CRLF/LF issue
...] then - _wservices="${SYSTEMROOT}\\system32\\drivers\\etc\\services" - _wserv_tmp="${SYSTEMROOT}\\system32\\drivers\\etc\\srv.out.$$" + _win_etcdir="${SYSTEMROOT}\\system32\\drivers\\etc" + _services="${_my_etcdir}/services" else - _wservices="${WINDIR}\\SERVICES" - _wserv_tmp="${WINDIR}\\SERV.$$" + _win_etcdir="${WINDIR}" + _services="${_my_etcdir}/SERVICES" fi -_services=`cygpath -u "${_wservices}"` -_serv_tmp=`cygpath -u "${_wserv_tmp}"` +_serv_tmp="${_my_etcdir}/srv.out.$$"...
2005 Aug 02
2
Configuration after installation problem
...rmal user account can run wine? I have some more details in the form of messages that appeared when I ran wine --help as root: ----------------------- dhcppc1:~ # wine --help wine: creating configuration directory '/root/.wine'... Converted windows dir to new entry HKCU\Environment "windir" = L"c:\\windows" wine: '/root/.wine' created successfully. Wine 20050211 ----------------------- Here's most of what I got when I ran wine --help as my normal user: (The top is missing because I haven't gotten around to increasing the buffer in Konsole.) --------...
2009 Aug 19
0
font size on graphics
...to 75%, wich means it loses some quality. The question here is, can anyone help me with the right cex sizes? I gues that that is the question in general, since it are the cex that are eighter printed or not, on all these graph's. Thaks in advance, T here is my example: # saving Directory WinDir <- "C:/Documents and Settings/towil/Projecten" # data trials <- rep(1:10,3) test <- c(rep("Low",10),rep("Normal",10),rep("Randomised",10)) means <- rbeta(1:30,11,3)+rbeta(1:30,8,3) ci <- rbeta(1:30,1,2) meanstable <- data.frame( "T...
2004 May 06
1
Problem with CloneCD :-)
...led -> StartServiceW -> ... -> ExpandEnvironmentStringsW and the ImageValue is passed back (OK) - now StartServiceW tries to start the service 'System32\\Drivers\\ElbyCDIO.sys' (WRONG) I don't know the windows behaviour but I suspect that we should try to start the service as %WINDIR%\\<the ImagePath value> I'm running the 'wine CloneCD.exe' from the installation path of CloneCD. I'm facing more problems than this one, and probably will never use CloneCD on Linux but the behaviour is not correct in my opinion. Any ideas/remarks ? Cheers, Paul Vriens.
2009 Aug 19
0
font size on graphics question (correction in example,sorry)
...to 75%, wich means it loses some quality. The question here is, can anyone help me with the right cex sizes? I gues that that is the question in general, since it are the cex that are eighter printed or not, on all these graph's. Thaks in advance, T here is my example: # saving Directory WinDir <- "C:/Documents and Settings/Project" dir.create(file.path("C:/Documents and Settings","Project")) # data trials <- rep(1:10,3) test <- c(rep("Low",10),rep("Normal",10),rep("Randomised",10)) means <- rbeta(1:30,11,3)+rbeta...
2004 Jan 13
1
adding printers from netlogon script
...ds to auto-map > >>>>>>network printers at logon: > >>>>>> > >>>>>>REM rundll32 printui.dll,PrintUIEntry /ia /m "Ricoh Aficio > 200/250 PCL" /h "Intel" /v > >>>>>>"Windows 2000" /f %windir%\inf\ntprint.inf > >>>>>>rundll32 printui.dll,PrintUIEntry /if /b "Hallway Printer" > /f %windir%\inf\ntprint.inf /r > >>>>>>"\\skyline\jetdirect" /m "Ricoh Aficio 200/250 PCL" > >>>>>> > >>&gt...
2010 Feb 19
1
[PATCH/cygwin] reduce number of propagated environment variables
...("PROCESSOR_IDENTIFIER=") }, - { NL("PROCESSOR_LEVEL=") }, - { NL("PROCESSOR_REVISION=") }, - { NL("PROGRAMFILES=") }, { NL("SYSTEMDRIVE=") }, { NL("SYSTEMROOT=") }, - { NL("TMP=") }, - { NL("TEMP=") }, { NL("WINDIR=") } }; -- Corinna Vinschen Cygwin Project Co-Leader Red Hat
2007 Jan 26
1
Using Windows API functions in R
.../library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/sendinput.asp > > So far i managed to write the following > > system(shQuote("C:/Program Files/1.exe"),wait=F) > system32 <- file.path(Sys.getenv("windir"),"system32") > user32 <- file.path(system32,"user32.dll") > dyn.load(user32) > .C("SendInput",..) > > And now i'm at loss how to represent the data structure needed for > correct call to that function, may be somebody could help me with...
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All, I've encountered the same problem as others who have posted under the same subject. I've had R-1.8.1 installed and running since it was released. Yesterday morning when I tried to start Rgui.exe I got the subject error message. Since I live at the whim of the network administrators I can only assume it was a recent MS critical update. I tried installing R-1.9.0 but no joy. I
2004 Jul 07
2
Win32 & C code
Hi, I'm trying to get C code working with R. This is my first time writing C on Windows and I'm making a mess of it. Help! I'm following the example in Roger Peng's "An Introduction to the .C interface to R". The C code is: #include <R.h> void hello(int *n){ int i; for(i=0; i < *n; i++) { Rprintf("Hello, world!\n"); } } I seem to be unable
2002 Nov 27
6
"attrib +R myowndir" fails to write-protect my own dir
A trivial case: executing the following DOS command from the prompt line on a Win2K SP3: %windir%\system32\attrib.exe +R H:\dir can't set the R(eadonly) flag on my home dirs (2.2.7): drwxrwsr-x 4 me users 4096 Nov 27 17:59 . drwxr-sr-x 2 me users 4096 Nov 27 17:59 dir -r--r--r-- 1 me users 0 Nov 27 17:59 empty.txt drwxr-sr-x 2 me users 4096 Nov 27 17:27 pro...
2005 Mar 12
3
I don't understand
...:" = L"network" Converted temp dir to new entry HKCU\Environment "TEMP" = L"X:\\" Converted path dir to new entry HKCU\Environment "PATH" = L"C:\\Windows;C:\\Windows\\System;X:\\;Y:\\" Converted windows dir to new entry HKCU\Environment "windir" = L"C:\\Windows" Converted system dir to new entry HKCU\Environment "winsysdir" = L"C:\\Windows\\System" Warning: the specified Windows directory L"C:\\Windows" is not accessible. Warning: the specified System directory L"C:\\Windows\\System&quot...
2018 Jul 26
0
Problem with definition of slist in CFEngine
..."sys.uptime ................. = $(sys.uptime)", > "sys.user_data .............. = $(sys.user_data)", > "sys.uqhost ................. = $(sys.uqhost)", > "sys.version ................ = $(sys.version)", > "sys.windir ................. = $(sys.windir)", > "sys.winprogdir ............. = $(sys.winprogdir)", > "sys.winprogdir86 ........... = $(sys.winprogdir86)", > "sys.winsysdir .............. = $(sys.winsysdir)", > "sys.workdir ....
2004 Apr 14
1
Passing a pointer to .C() in Win32
...tcltk) tt <- tktoplevel() hWndString <- tclvalue(tkwm.frame(tt)) # I'll avoid posting code to this function: source("http://bioinf.wehi.edu.au/folders/james/R/hexStringToDecimalInteger.R") hWnd <- hexStringToDecimalInteger(hWndString) system32 <- file.path(Sys.getenv("windir"),"system32") user32 <- file.path(system32,"user32.dll") dyn.load(user32) # WARNING: THIS NEXT LINE WILL PASS AN INVALID WINDOW HANDLE TO # USER32.DLL AND PROBABLY CRASH YOUR R SESSION!!!! .C("SetForegroundWindow",hWnd) # This above won't work, because ....
2015 Jan 22
2
CUPS Windows point'n'click driver installation
> ----- Original Message ----- > From: "Marc Muehlfeld" <mmuehlfeld at samba.org> > To: "Mike Ray" <mray at xes-inc.com>, samba at lists.samba.org > Sent: Thursday, January 22, 2015 2:10:41 PM > Subject: Re: [Samba] CUPS Windows point'n'click driver installation > > Hello Mike, > > Am 22.01.2015 um 20:11 schrieb Mike Ray: >
2015 Jan 27
3
[LLVMdev] build failure on mingw gcc 4.9.1
On Tue, Jan 27, 2015 at 10:02 AM, Mueller-Roemer, Johannes Sebastian <Johannes.Sebastian.Mueller-Roemer at igd.fraunhofer.de> wrote: > Adding -D__MSVCRT_VERSION__=0x900 (or higher) to CMAKE_CXX_FLAGS and > -lmsvcr90 (or higher) to CMAKE_CXX_STANDARD_LIBRARIES appears to work. > -lmsvcrt80 does not work, contrary to the comment on the MinGW bug tracker. > However, if you do not
2004 Apr 20
10
Error with 1.9.0 - Invalid HOMEDRIVE
I installed R project 1.9.0 on Windows XP. The installation went well. Then, I rebooted. Next, I clicked the icon under Programs in the Start menu and received this error, "Fatal Error: Invalid HOMEDRIVE". I clicked OK to the error message. The program does not start. I went to a DOS prompt and did "echo %HOMEDRIVE%" and it returned "C:". This letter is a valid
2004 Dec 02
2
installing Microsoft Office under wine
...i SETUP.HLP SP SYSTEM95 IE5 MSOWC.MSI PFILES setup.ini SQL SYSTEMNT LICENSE.TXT OFFICE1.CAB README.DOC SETUPSE.EXE SQLWRAP.EXE WINDOWS [ronnave@RonsLinuxBox cdrecorder]$ wine SETUP.EXE Converted windows dir to new entry HKCU\Environment "windir" = L"c:\\windows" [ronnave@RonsLinuxBox cdrecorder]$ fixme:msi:MsiEnableLogA 00000516 "c:\\windows\\temp\\Office 2000 Professional Setup (0006)_MsiExec.txt" 00000000 fixme:msi:MsiInstallProductW L"Z:\\media\\cdrecorder\\data1.msi" L"" fixme:msi:HANDLE...