help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Running scripts via call-process...


From: Robinows
Subject: Re: [h-e-w] Running scripts via call-process...
Date: Thu, 27 Mar 2003 11:27:02 EST

In a message dated 3/27/2003 11:14:20 AM Eastern Standard Time, address@hidden writes:

I've found that I can't call anything script like using
call-process:

(defun test ()
(interactive)
(call-process "c:/jklymak/test.sh"))

always gives:
test: Searching for program: permission denied, c:/jklymak/test.sh

How can I trick ntemacs into running this anyways?  The script,
test.sh, runs fine from cygwin.  


"runs fine from cygwin" means it runs from bash (or some shell)

Try something like  (untested):
  (call-process "c:/cygwin/usr/bin/bash.exe -c /c/jklymak/test.sh")

reply via email to

[Prev in Thread] Current Thread [Next in Thread]