Update addons/ide/jhs/core.ijs:

require'dll'

ShellExecute=: 'shell32 ShellExecuteA  i i *c *c *c *c i'&cd

SW_SHOWNORMAL=:1

NULL=:<0

startj=: 3 : 0
ShellExecute(0;'open';'http://127.0.0.1:65001/jijx';NULL;NULL;SW_SHOWNORMAL)
)

Update init:

change

jfe 1
)

to
jfe 1
if. IFWIN do.
startj'' NB. DM 2011 01 08
end.
)

For me, on Win7_64, this starts a jijx browser window automatically after 
starting j701jhs.


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

Reply via email to