X-Recipient: archive-cygwin AT delorie DOT 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:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=Lz39A0+PUx5VL9OJMLBt9KeG95qeoL5QyN0OqLH+jQPIKD vP5z3pw3De3qq0RGRISwaGbI2eCgdIoy3ChpDak69ujeda6EDr+7BHF2dRnvUl5J WdOWZNQPAq4wNiLM+x5Npbc9qT9OUJzcNrW6fVLG5f9IDMMLsCmKA7zB74rAs= 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:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=DBfB+GbSlhDrwpuNoI+bMREo+3o=; b=gSCYA07jhWf2tA2ANNsJ bOWRgDVN0sHLxfVkO6XqKPyq7wbxmEY3J3/hEaARcBtOTwv/NVO259ygy0JkcqPf 5YrYd44zS8/BZIjbhfEwfoV453KVq9WXSUpxFzelzPBJQoCKsd6l/UqbNjlXRF5q 8AmpeOjIxjctPGa2CMkUddg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=BAYES_50,FREEMAIL_FROM,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2 spammy=H*M:post, sk:cygwin., UD:1069669.n5.nabble.com, UD:cygwin.1069669.n5.nabble.com X-HELO: n5.nabble.com Date: Sat, 9 Sep 2017 02:39:45 -0700 (MST) From: Kptain To: cygwin AT cygwin DOT com Message-ID: <1504949985304-0.post@n5.nabble.com> In-Reply-To: <190592.83283.bm@smtp101.mail.ir2.yahoo.com> References: <190592 DOT 83283 DOT bm AT smtp101 DOT mail DOT ir2 DOT yahoo DOT com> Subject: Re: How to specify the user directory OUTSIDE of Cygwin (installation folder)? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I suggest to reuse Windows environment variable: $USERPROFILE Just redefine new home directory: setenv HOME $USERPROFILE/home (for example if you expect a folder outside cygwin folder itself) -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- 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