Re: [Bug-apl] Command line WS load

2014-11-14 Thread Blake McBride
Perfect! Thank you very much! --blake On Fri, Nov 14, 2014 at 8:07 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > I have added a *)QLOAD *command as proposed, *SVN 508*. > > Instead of *--qload* I made *-L* aware of *-q*. So you can use *-L -q *instead > of *--ql

Re: [Bug-apl] Command line WS load

2014-11-14 Thread Juergen Sauermann
Hi Blake, I have added a )QLOAD command as proposed, SVN 508. Instead of --qload I made -L aware of -q. So you can use -L -q instead of --qload. /// Jürgen On 11/13/2014 04:34 PM, Blake McBride wrote:

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Blake McBride
Works great! Thanks! Blake On Thu, Nov 13, 2014 at 9:35 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > I have added *-q* and *-L* in* SVN 507* as proposed. > > /// Jürgen > > > > On 11/13/2014 03:16 PM, Blake McBride wrote: > > Dear Juergen, > > The -f option w

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Juergen Sauermann
Hi Blake, I have added -q and -L in SVN 507 as proposed. /// Jürgen On 11/13/2014 03:16 PM, Blake McBride wrote: Dear Juergen, The -f option works well for APL script files but i

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Blake McBride
Dear Juergen, While you are at it, perhaps you can add a "--qload" command line option that does the load without printing the "SAVED " message. This way a workspace can be run without having user question about what that means. Thanks. Blake On Thu, Nov 13, 2014 at 8:32 AM, Juergen Sauer

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Blake McBride
Thanks a lot! On Thu, Nov 13, 2014 at 8:32 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > OK, I understand. I will do that. > > /// Jürgen > > > On 11/13/2014 03:16 PM, Blake McBride wrote: > > Dear Juergen, > > The -f option works well for APL script files but i

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Juergen Sauermann
Hi Blake, OK, I understand. I will do that. /// Jürgen On 11/13/2014 03:16 PM, Blake McBride wrote: Dear Juergen, The -f option works well for APL script files but it doesn't load w

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Blake McBride
Dear Juergen, The -f option works well for APL script files but it doesn't load workspaces. Additionally, the -f option requires a path, )LOAD uses an implied path. I have a saved workspace named "Books.xml". I use it by starting APL from anywhere and then typing ")Load Books". I want to be ab

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Juergen Sauermann
Hi Blake, I can look into that. I guess I need a little more information, for example what the difference to apl -f workspace is. /// Jürgen On 11/13/2014 04:13 AM, Blake McBride wrote: Greetings,