X-Spam-Check-By: sourceware.org Date: Wed, 29 Mar 2006 08:02:43 -0700 From: "Jerry D. Hedden" Subject: 'run' command quirks To: cygwin AT cygwin DOT com Message-ID: <20060329080243.fb30e530d17747c2b054d625b8945d88.2650412c0c.wbe@email.email.secureserver.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 I am trying to run the Windows version of gVim from a bash script using the 'run' command. Starting gVim directly (i.e., without using 'run') works: '/cygdrive/c/program files/vim/vim64/gvim.exe' Using 'run' works if I 'cd' to the gVim directory first: cd '/cygdrive/c/program files/vim/vim64/' run gvim.exe However, the following fails: run '/cygdrive/c/program files/vim/vim64/gvim.exe' with the following dialog box: Error: Couldn't find "/cygdrive/c/program files/vim/vim64/gvim.exe" anywhere. I even looked in PATH I also tried appending the following extensions: [1]: [2]: .exe Likewise, the following also fails: run -p '/cygdrive/c/program files/vim/vim64/' gvim.exe with the following dialog box: Error: Couldn't find gvim.exe anywhere. I even looked in PATH I also tried appending the following extensions: [1]: [2]: .exe What am I doing wrong? -- 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/