»»»JIJI«««.::::: wrote:

> Dear all,
> 
> can anyone suggest the command to se for multiple files to upload 


This is a topic more adequate for Jmol-users list.
You can see this in the scripting documentation. To load several 
files, you use
load "file1.pdb" "file2.pdb" "file3.mol"

or you can load them one by one using
load "file1.pdb" 
load append "file2.pdb"
load append "file3.mol"

or, in the Jmol application, you use the top menu: "File > Open"
load the first file, then check the option "Append models" loated on 
the right, and continue opening files one by one.



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to