There is no thing like adding a (Python) script to an input file. But for your purpose, what you may need is to read the input file via Python script and perform the required changes to the same input file.
Please let us know what exactly you need to do if the above doesn't answer your query.
There is no thing like adding
There is no thing like adding a (Python) script to an input file. But for your purpose, what you may need is to read the input file via Python script and perform the required changes to the same input file.
Please let us know what exactly you need to do if the above doesn't answer your query.
Regards
In reply to There is no thing like adding by nskatim
thanks for your reply
thanks for your reply
how can I read the input file via python? do you mean to change the input file to python language? how?
thanks
You may read the input file
You may read the input file as a regular text file and add/insert commands wherever necessary. OR
You may use the scripting functionality keywordBlock at the end of your python script to add stuff to the input file just created by the script.
In reply to You may read the input file by nskatim
Thanks nskatim :)
Thanks nskatim :)