Feature Requests item #1836521, was opened at 2007-11-22 09:27
Message generated for change (Settings changed) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1836521&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Interface Improvements
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Rolf Huehne (rhuehne)
>Assigned to: Bob Hanson (hansonr)
Summary: multiple scripts per command-line

Initial Comment:
Currently (Jmol 11.3.44) only the first "-s" option provided in the 
command-line is used. Additional ones are ignored.

It would be very helpful (e.g.: for batch image generation) to be able to 
execute several scripts provided per command-line option.
(This would avoid for example the error-prone need for several almost identical 
complex scripts.)

If this is not possible (or even then?) it would also help to be able to set 
one (or several?) Jmol variables with a command-line option. Or alternatively 
having access to environment variables within Jmol scripting.

----------------------------------------------------------------------

>Comment By: Bob Hanson (hansonr)
Date: 2008-10-11 21:22

Message:
new feature for Jmol 11.7.3:

  jmol --jmolscript "some script here"
  jmol -j "some script here"
  jmol -j "echo \"testing here\""

of course, this script could call other scripts:

  jmol -j "script somefile1.spt;script somefile2.spt;script
somefile3.spt"

or 

  jmol -j "script somefile1.spt check noload"







----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1836521&group_id=23629

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to