BATCH & Python Chimera code

I’ve create an example of how to create a file that can be run both as a valid cmd.exe batch script as well as a valid Python script. This would be useful if python.exe is available on a system but not set up to handle .py files: a .cmd file can be used to automatically find the python exe and run the script.

The example can be found here.

Leave a Comment

*

*