From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.dyalog.com (mail1.srv.bramley.dyalog.com [81.187.219.132]) by sourceware.org (Postfix) with ESMTPS id 489C03858D28 for ; Wed, 25 Jan 2023 07:57:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 489C03858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dyalog.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dyalog.com Received: from johndhome (55.227.187.81.in-addr.arpa [81.187.227.55]) by mail1.dyalog.com (Postfix) with ESMTPSA id 7D676600345 for ; Wed, 25 Jan 2023 07:57:31 +0000 (UTC) From: "john daintree" To: Subject: TMP and TMPDIR mapping Date: Wed, 25 Jan 2023 07:57:29 -0000 Message-ID: <002f01d93092$ac4f7ff0$04ee7fd0$@dyalog.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0030_01D93092.AC4F7FF0" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdkwkiA3QSTKsB2dQZubN/znFN57LA== Content-Language: en-gb X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,HTML_MESSAGE,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This is a multipart message in MIME format. ------=_NextPart_000_0030_01D93092.AC4F7FF0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi My understanding is that Cygwin maps $TMP and $TMPDIR (and probably others) to a Windows form (/cygdrive/c/tmp -> C:\tmp) when calling a WIN32 program (e.g. cmd.exe). Is it possible, from bash or from Cygwin startup , to add additional environment variable names so that they are also automatically mapped in the same way? Thanks /John ------=_NextPart_000_0030_01D93092.AC4F7FF0--