Import variable from Python script to Batch file
I have a python script containing vraibles example.py
"src = komponent/cool,
komponent/raw" /* path of source files */
and i have a batch file which needs to import the value of "src" for
postporcessing example.bat
--cs-include ='komponent/cool'* --cs-include ='komponent/raw'*
Is there any way to import directly between files (without using any other
conversion) ? "PyBat.bat" is one option but i am trying to figure out a
better choice dont want to add on one more tool (not specifically)...as my
project itself has too different files and interacting source.
Any help is appreciated.. Thank you in advance..!!!
No comments:
Post a Comment