Thanks for replies - I had the start directory correct and couldn't get
a detailed error because 0!:0 <'c:\EMA\salaries.ijs' worked; I've just
changed all the =: to =. in my script and now works though not exactly
sure why.

cheers
John


-----Original Message-----
From: Chris Burke [mailto:[EMAIL PROTECTED] 
Sent: Monday, 6 August 2007 4:25 PM
To: Programming forum
Subject: Re: [Jprogramming] Standalone Error wdhandler_base_

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