Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com From: aschwarz1309@att.net To: cygwin@cygwin.com, fergus@bonhard.uklinux.net Subject: Re: Moving to the Desktop Date: Mon, 24 Jan 2005 12:41:00 +0000 Message-Id: <012420051241.23319.41F4ECDC000BAA6B00005B172160466648C7CFCCCE969D0E99080C9C0E@att.net> X-Authenticated-Sender: YXNjaHdhcnoxMzA5QGF0dC5uZXQ= 'cygpath -d' returns a Dos path. If you are executing in a Cygwin shell you should retrieve a Unix path. Try: cygpath -u However, to be generic (your question) you have to give cygpath the path to the Desktop - which was your original question. In Win200x, WinXP, and I think WinNT, the desktop is user specific, and not global to all user's. To get the path: /cygdrive/c/Documents\ and\ Settings//Desktop/ If it's for the current Cygwin user, try: /cygdrive/c/Documents\ and\ Settings/`whoami`/Desktop/ Change '/cygdrive/c' to represent the actual drive containing 'Documents\ and\ Settings'. art -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/