files_scripts
files_scripts copied to clipboard
How to call python scripts properly?
I would like to create a script, which will get input data (location of files to process, resulting file), pass values to a python script, which it will call and return back the exit code.
Is it possible to arrange that?