Philip A. Viton wrote: > Does anyone know if it's possible (under MS Win) to associate > an ijs file with J such that when you double-click on the ijs, > J starts up opens the file in its own window (ie equivalent > to starting J and then doing File Open on the file you've > selected)?
Sure. Create a file (perhaps c:\j601\open.ijs) which contains: smopen_jijs_ L:0]2}.ARGV Then, make the default file association for .ijs use this. If j.exe is at c:\j601\j.exe, and you used the random file name I picked for the open script, you can use: c:\j601\j.exe c:\j601\open.ijs "%1" -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
