Devon McCormick wrote:
Is there any simple way to run both a profile and an application script?

Normally, the application script run on start up will be startup.ijs. To run another script in addition, with a custom profile, add the following to the end of your custom profile:

   load >{.3}.ARGV

The J command line should be something like:

   c:\j6\j.exe -jprofile c:\work\myprofile.ijs c:\work\myapp.ijs
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to