I also have a question for our Python Maestros
While I'm currently using the script without difficulty, I was wondering about something which could speed up my process somewhat.
I currently have ereader2html.bat file in my scripts folder inside which I have the following sequence
" ereader2html.py NameofFile.pdb NameofFolder "MYName" 12345678 "
Now I was wondering whether it was possible to modify this command so that when I run it, it automaticly detects any files with a pdb extension in the same folder and runs the script on it and then saves it to a folder of the same name.
so if there was a file xyz.pdb in the same folder it would convert it and save it to a folder xyz in the same place.
thoughts?