| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Wed, 19 Oct 2005 10:50:18 -0400 |
| From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Problems opening files from run menu |
| Message-ID: | <20051019145018.GD3521@trixie.casa.cgf.cx> |
| Reply-To: | cygwin AT cygwin DOT com |
| References: | <dj5lpi$ok7$1 AT sea DOT gmane DOT org> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <dj5lpi$ok7$1@sea.gmane.org> |
| User-Agent: | Mutt/1.5.8i |
On Wed, Oct 19, 2005 at 04:38:43PM +0200, Paminu wrote: >I have a xfig file in: > >c:\cygwin\home\test\test.fig > >I can open this xfig file from the run menu like: >bash --login -e startxprog xfig c:/cygwin/home/test/test.fig > >I also have a .dvi file in: >c:\cygwin\home\test\test.dvi > >But when I type: >bash --login -e startxprog xdvi c:/cygwin/home/test/test.dvi > >Nothing happens. Why is it possible to open a file like this with xfig but >not with xdvi??? How about using UNIX-like paths rather than Windows paths, that being one the main reasons for Cygwin's existence? bash --login -e startxprog xdvi /home/test/test.dvi Otherwise, http://cygwin.com/problems.html would be interesting reading. -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |