X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=p5H
	9LKefuVnfQ/k1ctVGQmDJ58R/x1kweGfm60BNO+O+AoAuQ4oWECxzestTnc+z6He
	xhssMRVQPaNzDmuuf/Bjmu15USRcmB2VIhEq1nku52SJRPULERoB2YDqy2KKh459
	3oqMKmdJBvxHjoDD3nulLusnDKO48iqgVhJ08xr8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=j1nFN6mkW
	Mym4wxffUxSlwudNwo=; b=a2SBBayXd8UJtzA8wHNJlKrpFkofNFJWI60jBAfDx
	MSu7yjtjg4p7+tGuTAZEv2zdr5YMXUpKfz4kILNudNk8TxxrtnqNbKuMwtTOu0tE
	w2SogPvT3CTXRY/Am80DAbsUzL/3pRsDKbmMLsINLj9K5C2ni8gTat0Tz1Wyc6Wz
	LY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=folder, excel, Excel, dat
X-HELO: EUR01-HE1-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=continental.onmicrosoft.com; s=selector1-continental-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=lBhQu6e1RpI6MZ1WKXHT80IC86a5BRqHddPfKs8o/wE=; b=Nlc+B98vc1En8DBtC/nQi7peQsXWFxgkjllIzXHNYNs+h0Y7xX4C4b8mM/mWbDrXzRv3t4n+MFbJBfh8y4/schnjZVI5iFUN8kXDJ11mT4m5QS9WGVFvyfopqVYyuQK2em6Fpeg+1OYQap2i3eUp06f3Or2ocGi203aeGvSBmtU=
From: "Senden, Ruediger" <ruediger.senden@conti.de>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Cygwin Setup 2.893 on Windows 10 Version 1709
Date: Tue, 14 Aug 2018 12:26:11 +0000
Message-ID: <DB7PR03MB4345369C70973E93D3DFF9F48C380@DB7PR03MB4345.eurprd03.prod.outlook.com>
authentication-results: spf=none (sender IP is ) smtp.mailfrom=ruediger.senden@conti.de;
received-spf: None (protection.outlook.com: conti.de does not designate permitted sender hosts)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id w7ECQUiZ020626

Hello

The executed command line inside a .VBE program is

Errorcode is  -1
cmd.exe /c  d2u.exe -f -q -k  SOURCEFILE.DAT  &&  rcp   SOURCEFILE.DAT   USER-at-SERVER:DISKNAME:[DIRECTORY]TARGETFILE.DAT  &&  u2d.exe -f -q -k  SOURCEFILE.DAT  2>1>3
Errorcode is   1
Message: Copy successful

BUT NOTHING IS COPIED.


When I use the older CygWin version (32 bit) on Windows 10 and  exactly the same program the following error message is returned:
Errorcode is  -1
cmd.exe /c …
        Message:        0 [main] u2d 7076 find_fast_cwd:   WARNING: Couldn’t compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com<mailto:cygwin@cygwin.com>.
Errorcode is   1

BUT THE FILE IS COPIED.


This program has been used for years on Windows 7, 32 and 64 bit pcs, but with an older 32 bit version of CygWin.
The .DAT file contains normal text (like .txt od .csv files) and is produced by Excel.
It is used to copy data from Windows to VMS 7.3

The path variable begins with C:\cygwin\bin; …        The CYGWIN variable is set to NODOSFILEWARNING
In the Cygwin\bin folder are Dos2Unix, Unix2Dos, d2u, u2d executables listed,

but, of course, I’m not sure whether it is a configuration problem somewhere or really a bug.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


