User b4993d8a3b
11-01-2008 03:42:47
I'm trying to call standardize from a C program via system() in WinXP:
system ("standardize b.mol -c hydrogenize..clean:3 -f sdf -o b_std.mol")
but nothing happens. If I save the same command to a z.bat file and call the .bat file with system("z.bat") I get the message "Program too big to fit in memory". But if I type 'z' at the command line it works ok.
I've also tried java -cp "c:\Progra~1\ChemAxon\JChem\lib\jchem.jar;%CLASSPATH%\" chemaxon.reaction.Standardizer ...
but the result is the same.
Could anyone help?
system ("standardize b.mol -c hydrogenize..clean:3 -f sdf -o b_std.mol")
but nothing happens. If I save the same command to a z.bat file and call the .bat file with system("z.bat") I get the message "Program too big to fit in memory". But if I type 'z' at the command line it works ok.
I've also tried java -cp "c:\Progra~1\ChemAxon\JChem\lib\jchem.jar;%CLASSPATH%\" chemaxon.reaction.Standardizer ...
but the result is the same.
Could anyone help?