It looks like something like this

"C:\Program Files\j601\j.exe" C:\amisc\JSys\user\code\testProfile.ijs
-jprofile C:\amisc\JSys\profile.ijs -jijx

fails to invoke both my non-standard profile and my "testProfile.ijs"
script.  OK, maybe this is due to the
placement of "-jijx" at the end.

Hoever, this

"C:\Program Files\j601\j.exe" -jijx C:\amisc\JSys\user\code\testProfile.ijs
-jprofile C:\amisc\JSys\profile.ijs

does invoke "testProfile.ijs" but not my non-standard profile.

And this

"C:\Program Files\j601\j.exe" -jprofile C:\amisc\JSys\profile.ijs -jijx
C:\amisc\JSys\user\code\testProfile.ijs

invokes my non-standard profile but not my application script "
testProfile.ijs".

I guess the "Command Line Parameters" section in the "Usr" documentation
hints at this when it
gives examples of an alternate profile and an application script but not
both.  However, given the
laconic style of the documentation, this is not clear.

Is there any simple way to run both a profile and an application script?

Thanks,
--
Devon McCormick
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to