|
From: Chris M. <c.m...@ga...> - 2011-04-03 13:44:52
|
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 |