Saunders, John (HMSRHS) wrote:
> Thanks Chris, I now have the script working from the session manager
> loaded without the jprofile by entering 0!:0 <'c:\EMA\salaries.ijs'
> However I can't get it working form a desktop shortcut for some reason,
> I've tried different syntax with no luck for example
> C:\EMA\j.exe -jprofile salaries.ijs
> C:\EMA\j.exe -jprofile \salaries.ijs
> C:\EMA\j.exe -jprofile c:\EMA\salaries.ijs
> I can load  c:\EMA\j.exe - jprofile from the desktop; though can't seem
> to include the script??

This does not sound right. Loading J with:

  C:\EMA\j.exe -jprofile c:\EMA\salaries.ijs

should be essentially the same as loading J with:

  C:\EMA\j.exe -jprofile

and then entering

   0!:0 <'c:\EMA\salaries.ijs'

Is the Start In directory set correctly in your shortcut? What error
message do you get?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to