On 5/24/07, kamakura <[EMAIL PROTECTED]> wrote:
I confirmed that current directory includes the target file.
host0 'ls abc.eps'
abc.eps
...
host0'/sw/bin/convert /Users/kamakura/abc.eps /Users/kamakura/abc.bmp'
0

Hmm...

I wonder what error message you are getting.

I would try:

  host'convert abc.eps abc.bmp 2>&1'
and, if that does not give a useful error message,
  host'sh -c "convert abc.eps abc.bmp" 2>&1'

Hopefully, this would tell you what's going wrong.

--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to