Displaying 20 results from an estimated 25 matches for "setlocal".
Did you mean:
setlocale
2006 Sep 14
0
rsyncing from Windows 2003 shadow copies.
...elps someone.
you need vshadow.exe which is part of the VSS SDK which is a free
download from MS.
http://www.microsoft.com/downloads/details.aspx?FamilyID=0B4F56E4-0CCC-4
626-826A-ED2C4C95C871&displaylang=en
I'm sure this can be improved on. I welcome any feedback.
SHADOWRSYNC.CMD
setlocal
@REM test if we are called by shadowrsync.cmd
if NOT "%CALLBACK_SCRIPT%"=="" goto :IS_CALLBACK
@REM
@REM Set these variables to what you need.
@REM SHADOW_DRIVE_LETTER is an existing drive you want to shadow
@REM
@REM MAP_SHADOW_TO needs to be either a drive letter that isn...
2008 Nov 28
1
Unable to plot or analyse phylogeny (PR#13345)
Full_Name: Emily Green
Version: 2.8.0 GUI 1.26
OS: MacBrook Pro with 2.5 GHz processor, using Mac OS X 10.5.5
Submission from: (NULL) (144.32.69.137)
I am wanting to correct for phylogeny using a phylogenetic tree of 296 birds
species, which I have constructed myself. The file format is correct and I have
checked its display in Mesquite, which exported the nexus file (I've pasted the
text of
2008 Jun 15
11
[PATCH] helper to create fb css stylized table
I attached a rails helper implementation of the fb_table described here:
http://wiki.developers.facebook.com/index.php/Facebook_Styles
I included testing and comments. I hope you find it useful.
Curiously, it''s really a small extension of FBML.
Richard
-------------- next part --------------
Index: test/rails_integration_test.rb
2009 Mar 26
0
rsync error on Win Server 2008
...er.
I get an error like the following:
"ssh XXXX_cygtls::handle_exceptions Error while dumping state (probably
corrupted stack)
rsync connection unexpectedly closed. error in rsync protocol data stream
(code 12)"
Here is the batch file I am running:
-------------------------
@ECHO OFF
SETLOCAL
SET CWRSYNCHOME=C:\MyFolder\Rsync
SET CYGWIN=nontsec
SET HOME=%HOMEDRIVE%%HOMEPATH%
SET CWOLDPATH=%PATH%
SET PATH=%CWRSYNCHOME%;%PATH%
rsync -v -v -r -e "ssh -v -p 2222 -i Rsync/mykeyfile.key"
mykeyfile@XXX.XXX.XXX.XXX:/MainFolder/DataFolder/FR*
/cygdrive/"C/MyFolder/Rsync/Import/...
2014 Jul 24
1
rsync: getcwd(): bad address (14)
Hello,
I'm using cwRync to backup my users computeurs. When he closing her
Windows session i go (with GPO) a script batch to copy a files/dirs on
my rsync server (OpenMediaVault).
When i manuel start the script it's ok but when he go to the closed
session i've this error
rsync: getcwd():Bad address(14)
rsync error: errors selecting input/output files, dirs (code3) at util.c
2015 Feb 27
0
[PATCH 2/4] firstboot: enhance firstboot driver script for Windows
...t.ml
@@ -210,16 +210,39 @@ module Windows = struct
* scripts in the directory. Note we need to use CRLF line endings
* in this script.
*)
- let firstboot_script = "\
+ let firstboot_script = sprintf "\
@echo off
-echo starting firstboot service >>log.txt
+setlocal EnableDelayedExpansion
+set firstboot=%s
+set log=%%firstboot%%\\log.txt
-for /f %%f in ('dir /b scripts') do call \"scripts\\%%f\" >>log.txt
+set scripts=%%firstboot%%\\scripts
+set scripts_done=%%firstboot%%\\scripts-done
-echo uninstalling firstboot service >>lo...
2009 Sep 30
1
(windows xp) start script on startup / double clicking on the script
hi,
I am still trying to figure out how it is possible to start an R-
script via the R-GUI directly by double-clicking on the script file in
windows xp.
On Mac OS I have the option "start script in the editor" in the
preferences.
But on windows XP I always get the "ARGUMENT 'c:\...\...'
___ignored___" error when I try to associate the .R extension with the
2006 May 30
1
executable file with R
Hi,
I made an R function, and I want make an executable applet with it. Do
you know how it is possible?
Thank for your help.
Romain
--
Lorrilli?re Romain
UMR 8079 Laboratoire Ecologie, Syst?matique et Evolution
B?t. 362
Universit? Paris-Sud
91405 Orsay cedex
France
tel : 01 69 15 56 85
fax : 01 69 15 56 96
mobile : 06 81 70 90 70
email : romain.lorrilliere at
2019 Oct 28
3
How to Switch to Static Runtime and Enable C++ Exceptions?
I would really like to know about how to apply the patch for making MSVC-built LLVM executables lighter. But aside from that, I also want to know what LLVM does to CMake's default setting of /EHsc. I want to keep that setting on, but I can't figure out how. Any help is appreciated. Thanks in advance. P.S. The CMAKE_CXX_FLAGS variable isn't helping at all, otherwise I wouldn't
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
2016 Nov 05
1
[PATCH] genversion.bat: don't overwrite version.mk
The automake script doesn't mess with it in any way, and the
projects use win32/version.h and not version.mk.
As it is works now, it's just an annoyance for VS devs that
use git.
---
win32/genversion.bat | 8 --------
1 file changed, 8 deletions(-)
diff --git a/win32/genversion.bat b/win32/genversion.bat
index cd1d4dc..8b31831 100644
--- a/win32/genversion.bat
+++ b/win32/genversion.bat
2006 May 30
3
phpbb forum with rails application.
I would like to knock up a phpbb forum with a rails application.
I wanted to do this as I want to use ActiveRecord to crawl through the
user database in the rails app.
Is there a way to do this - on the same domain name and server...
Or does it depend how the server is setup?
--
Posted via http://www.ruby-forum.com/.
2013 Nov 15
1
[LLVMdev] DebugInfo: LTO Metadata Size reduction by removing some cycles
>From a thread with Adrian on llvm-commits I looked a little at cases where
DwarfCompileUnit's getOrCreateContextDIE's "fallback to return the CU"
didn't fire when a CU DIE was required (ie: when the "getDIE" call actually
found the CU before the fallback happened)
This seems unnecessary, and any case where we do this (where a metadata
node has a non-null
2015 Nov 24
2
why rsync update large directory so slow?
.../d_hst
:: Destination root directory
set dst_dir=/cygdrive/e/filetest
:: Make sure path without space
set pwd_file="/cygdrive/c/user.pass"
:: Log file
set log_dir=/cygdrive/d/log
:: Synchronize Files, with 16 connections according to 16 directories(0~f)
for %%i in (0 1 2 3 4 5 6) do (
setlocal enabledelayedexpansion
set log_file=%log_dir%/%date:~3,4%%date:~8,2%%date:~11,2%%time:~0,2%%time:~3,2%%time:~6,2%_%%i.txt
:: Remove space in log_file
set "log_file=!log_file: =!"
start cmd /c rsync -avvu --delete %src_dir%/Files/%%i %dst_dir%/Files --password-file=%pwd_file% --log-file=!l...
2016 Apr 05
0
[PATCH 3/7] customize: add support for pvvxsvc
...tools_data_dir // srvany) (firstboot_dir // srvany);
+
+ (* Write a firstboot.bat control script which just runs the other
+ * scripts in the directory. Note we need to use CRLF line endings
+ * in this script.
+ *)
+ let firstboot_script = sprintf "\
@echo off
setlocal EnableDelayedExpansion
@@ -253,51 +261,52 @@ for %%%%f in (\"%%scripts%%\"\\*.bat) do (
)
echo uninstalling firstboot service
-rhsrvany.exe -s firstboot uninstall
-" firstboot_dir_win in
-
- g#write (firstboot_dir // "firstboot.bat") (unix2dos firstboot_script);
-
-...
2015 Feb 27
5
[PATCH 0/4] firstboot: assorted enhancements
This patchset attempts to address a number of shortcomings in the
firstboot infrastructure I came across while working with v2v conversion
of various Windows VMs.
Roman Kagan (4):
firstboot: consolidate line ending conversion
firstboot: enhance firstboot driver script for Windows
firstboot: make script naming descriptive
convert_windows: split firstboot into steps
2011 Aug 05
0
Wine release 1.3.26
...distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.3.26:
3493 Commandos get's very slow (almost locked) while mouse is moving
4173 Slowness and corruption in old DirectDraw game: Warlords 3
8012 missing aliases for setlocale()
8613 Game Conquest: Frontier Wars 1.07 does not start
9156 images on buttons are drawn incorrectly (Network Assistant)
10211 gmax 1.2 installer doesn't update dialog controls subscribed to SelectionPath event when the INSTALLDIR property has changed
11358 Emulator3000 does not...
2008 Jul 18
2
Yet another rsync incremental thread
Hello all,
Since the rsync on Panther many things changed in my professional
life. This project is abandoned although it should work. But this you
already know. What's new? On my new job I have several servers to
administrate. Servers that aren't backed up (sic). So, there's why I'm
back to rsync.
The backup plan I would like:
1) Client side: PCs running rsync (or
2018 Apr 28
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
Hi Tomas,
Sorry for the delayed response. I have tested the problem on the latest R-devel build (2018-04-27 r74651), and it still exists. RGui is always fine with Chinese characters, but some IDEs rely on the CLI version of R (e.g. Visual Studio Code with R plugin).
>Your example print("ABC\u4f60\u597dDEF") is printing two Chinese characters, right?
Yes. U+4F60, U+597D or C4E3,
2008 Jun 19
6
login scripts --what to use
Hi,
We're setting up a PDC, and would like to have a login script to deliver
the mapped drives to users in particular groups, and connect to
printers. The printer drivers come from the [print$], share.
Does anyone have any good resources for this? What's the easiest and
simplest thing to get going --vbscript or batch files?
Thanks,
chris