On 31/03/2011 08:44, Balaji Ramachandran wrote:
> Dear sir/madam,
> I am Balaji R currently working in Computational biology. I have a query
> about OpenBabel version 2.3.0. windows version. Is there any way i can
> convert Multiple files into other format files. It would be very kind of you
> if you explain me how to perform it.

If you are using a command window,

   obabel q*.mol -O *.cml

will convert all the mol files with name starting with "q" to cml files 
with the same name. To do a batch conversion like this, the input 
filename must contain a "*" or "?" and the output filename must contain 
a "*".

With the GUI, type the input and output filenames into the appropriate 
boxes.

For non-Windows systems, it is necessary to use the-m option to do batch 
conversions, see 
http://openbabel.org/docs/2.3.0/Command-line_tools/babel.html#examples

Chris

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to