Standardizer command line issue - spaces in file path

User a0e3eb3dd1

18-11-2014 10:46:21

If the file name of file path contain spaces then the call


>standardize "start copy.sdf" -c std_rules.xml -f sdf -o end.sdf


raises an error


Непредвиденное появление: copy.sdf""=="".


How to solve this issue? I use Win7, Standardizer 6.1.2.

ChemAxon e08c317633

18-11-2014 11:06:17

It works if the -c option is specified before the file name. So try this:


standardize -c std_rules.xml "start copy.sdf"  -f sdf -o end.sdf

User a0e3eb3dd1

18-11-2014 11:51:49

Excellent! Thank you!