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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=cX9f2Pi7/rZHEp33
	iW1HWjp/5I/yZB+cHqQEGK0ibcDvD+Mh2ks/VVtDbZqYdoico1Fdy3YaztdFdwnQ
	oaboVeuxhbVweKbh8T0U6DYV9YylrQB1UpfaZRliFj3Db3cvwoOMHoetSCxCAwYU
	1Y2EjJd8lsts1K/tj0xiFO4vVfc=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=6UCPC3NW/+3DXkEcjaMuTp
	cE9Ms=; b=ymXmTIbfUQiyYaluv9E08w8w7eNi7mP1VJ3tlKkBqUBWcpELaRwTwE
	0H95IgCmbhL7KvzUADOaus7zvKV3xp+EPRciNq7NlrfHnygnUBNm8iqPTxej6K8F
	+gr+FqJcW+rad50/8EgwJ6T6H2mLEDpWYYuNULgS6/QB9vJe04dk0=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wm0-f53.google.com
X-Received: by 10.28.57.215 with SMTP id g206mr18462308wma.82.1448272740021;        Mon, 23 Nov 2015 01:59:00 -0800 (PST)
Subject: Re: Data file access on different path (drive)
To: cygwin@cygwin.com
References: <CAE3taFBySrYf7=ZCadpe=dZtZaXmhhf5RnYtmndUd1eGa1x6XQ@mail.gmail.com> <5652D4DE.8060206@gmail.com> <CAE3taFBqKEesOj1md6N5u6=3ghFrA-yDuRsBbQTPGinch1BCjQ@mail.gmail.com>
From: Marco Atzeri <marco.atzeri@gmail.com>
Message-ID: <5652E35B.8090006@gmail.com>
Date: Mon, 23 Nov 2015 10:58:51 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <CAE3taFBqKEesOj1md6N5u6=3ghFrA-yDuRsBbQTPGinch1BCjQ@mail.gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes



On 23/11/2015 10:51, Lester Anderson wrote:
> Hello,
>
> I tried a very basic script to test this:
>
> #!/bin/bash
> ruta_elev="cygdrive/q/geophys/Potential-field datasets/Topography/topo_17.1.img"
> ruta_grav="cygdrive/q/geophys/Potential-field datasets/Gravity/grav.img.23.1"

sorry typo "/cygdrive/q.."
you need the leading "/"


--
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

