ramacd wrote:
If I knew what all those install builder programs put into their .exe files, I would have long ago built something in J. I, for one, would appreciate pointers to any relevant information.
Strictly speaking, I think it is impossible because at least it needs an j.dll (or libj601.so).
A possiblility is j.exe be extended so that when it finds extra data appended at its end, it will execute data as a script instead of profile.ijs.
copy/b j.exe + myprog.ijs myprog.exe If you write your own j.exe, this can be done. -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
