Björn Helgason wrote: > I have been telling people about APL/J since 1972 > > One of the key questions I get after I give a demo is "Can I make an > executable file?"
This is possible if you had written the frontend (j.exe) yourself. First you create a standalone script using project manager and then embed the (possibly locked) script into the frontend. The embedded script (instead of the default profile.ijs) will be passed to j.dll for execution. You may also cheat by renaming j.exe to anything you like (say plot.exe) and rename the standalone script to profile.ijs and put it in the same folder as plot.exe. Also remember to have necessary dll files (eg j.dll jpcre.dll) in the same folder or that searchable by PATH. just double click plot.exe to run your program. -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
