Bill Harris wrote:
4. Added wget and unzip to systems32 directory

Do they have to be there?  I have cygwin installed, which provides both
tools:

You can install them where you like.

I do have that menu item.  When I select Run > Package Manager, it pops
up, along with a "Setup Repository" window wanting to know if I want to
set it up.  If I click "Yes", it says, "Could not install the local
repository catalog.  Check that both wget and an unzip program are
available."  As you can see above, they are, and they are in the search

Please check if both wget and your unzip program are properly set up.

For wget, the following should download the website front page to temp/t1.txt:

   load'task'
   shell 'wget -O temp/t1.txt www.jsoftware.com/index.html'

For unzip, you should be able to run the unzip program with no argument, and get an error message from the unzipper. Wrap any path with blanks in double quotes, for example:

   shell '"c:\program files\7-zip\7za.exe" x -y'
7-Zip (A) 4.23  Copyright (c) 1999-2005 Igor Pavlov  2005-06-29

Error:
Incorrect command line

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

Reply via email to