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

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

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


From: Benjamin Riefenstahl
Subject: [h-e-w] Re: Running scripts via call-process...
Date: 27 Mar 2003 19:04:37 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi Jody,

> > (call-process "c:/cygwin/usr/bin/bash.exe -c /c/jklymak/test.sh")

Jody Klymak <address@hidden> writes:
> [...]
> test: Searching for program: no such file or directory,
> c:/cygwin/bin/bash.exe -c c:/jklymak/test.sh
> 
> test: Searching for program: no such file or directory, cmd /c
> c:/jklymak/test.sh

Read the documentation for functions that you want to call (C-h f).
You probably want something like

  (call-process "c:/cygwin/usr/bin/bash.exe" nil nil nil
                "-c" "/c/jklymak/test.sh")

Hope this helps, benny





reply via email to

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