If I use 

     shell '"C:\Program Files (x86)\GnuWin32\bin\wget.exe" -help'
GNU Wget 1.11.4
(...)

I get the appropriate response, also the picture is downloaded


R.E. Boss


> -----Oorspronkelijk bericht-----
> Van: programming-boun...@jsoftware.com [mailto:programming-
> boun...@jsoftware.com] Namens R.E. Boss
> Verzonden: maandag 27 februari 2012 11:55
> Aan: 'Programming forum'
> Onderwerp: Re: [Jprogramming] Programming Digest, Vol 77, Issue 99
> 
> Under Win7 & J602 I get
> 
>    require 'task'
> 
>   shell 'wget -help'
> wget wordt niet herkend als een interne of externe opdracht, programma of
> batchbestand.
> 
> shell 'wget
> http://conceptcontrol.smugmug.com/photos/i-mNK4RHL/0/L/i-mNK4RHL-
> L.png'
> wget wordt niet herkend als een interne of externe opdracht, programma of
> batchbestand.
> 
> (wget is not recognized as an internal or external command, operable
> program
> or batch file.)
> 
> 
> R.E. Boss
> 
> 
> > -----Oorspronkelijk bericht-----
> > Van: programming-boun...@jsoftware.com [mailto:programming-
> > boun...@jsoftware.com] Namens John Baker
> > Verzonden: maandag 27 februari 2012 5:02
> > Aan: mur...@math.umass.edu
> > CC: programming@jsoftware.com
> > Onderwerp: Re: [Jprogramming] Programming Digest, Vol 77, Issue 99
> >
> > Hmm,
> >
> > This looks like the j shell instance  is not finding wget. I have not
> tried this on
> > macs so I don't know if the j spawned shell task gets different paths
than
> the
> > Mac terminal.
> >
> > Has anyone else seen this?
> >
> > Sent from my iPhone
> >
> > On Feb 26, 2012, at 7:34 PM, Murray Eisenberg
> <mur...@math.umass.edu>
> > wrote:
> >
> > > With a working J 6.02 system under Mac OS X Lion, current J add-on
> > libraries installed, and pandoc installed, I began the steps listed in
> part-1 to
> > check prerequisites for the detailed blog-to-LaTeX process.
> > >
> > > I got the following error in J:
> > >
> > >  require 'task'
> > >  shell 'wget --help'
> > > | interface error: spawn
> > > |   shell 'wget --help'
> > >
> > > Note that other "shell" commands are OK, e.g.,
> > >
> > >  shell 'echo $PATH'
> > >
> > > And "wget --help: works OK in a Terminal command window.
> > >
> > > Help, please!
> > >
> > >
> > > On 2/26/12, John Baker<bakerj...@gmail.com> wrote:
> > >>
> > >>> I've linked in three new blog posts on my J wiki page dealing with
how
> to
> > >>> convert WordPress blogs to typeset LaTeX documents.
> > >>>
> > >>> J is a major player in this software mix.  I know some of you blog
and
> at
> > >>> least one J'uggler also posts on WordPress. The posts describe
> > >>> the entire process....
> > >>>
> > >>> http://bakerjd99.wordpress.com/2012/02/25/wordpress-to-latex-
> with-
> > pandoc-and-j-using-texfrwpxml-ijs-part-3/
> > >
> > > --
> > > Murray Eisenberg                     mur...@math.umass.edu
> > > Mathematics & Statistics Dept.
> > > Lederle Graduate Research Tower      phone 413 549-1020 (H)
> > > University of Massachusetts                413 545-2859 (W)
> > > 710 North Pleasant Street            fax   413 545-1801
> > > Amherst, MA 01003-9305
> > ----------------------------------------------------------------------
> > For information about J forums see
> http://www.jsoftware.com/forums.htm
> 
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

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

Reply via email to