On 26 Feb 2006 at 13:44, Jean Claude COEZ said:

> Oleg,
> I have no problem with what you said and I agree with you. But more 
> generally, try to install J in something like 'c:\my programs\' and I believe 
> it wil not start...
> In my case, this is the function I use to load a sudoku grid.  'grilles' is a 
> subdirectory of '~user'. As I said the problem occurs because the J stuff is 
> in 'c:\my programs' instead of 'c:\myprograms'.
> psudoku_charger_button=: 3 : 0
> dir =. jpath '~user\grilles\'
> f=:wd'mbopen "Choix d''une grille"', dir,' "" "Sudoku(*.dat)|*.dat" 
> ofn_filemustexist' 
> if. 0=$f do. return. end.
> init matinit=:mat=: 9 9$".}:mat=:freads f
> )

Put the directory name in doublequotes.

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

Reply via email to