I have in my repository some files writen in plantUML (these are actually .txt
files).
I also have a .bat
which has the code line :
java -jar plantuml.jar ../SequencesDiagrams/plantUML_file_name
.
My repository is located in the path F:\RPS
.
I would like to know :
- is there a way to run the
.bat
from inside pyCharm because for the moment I have to pen the bat from the file explorer. - is there a way remotely specify which plantUML file I want to convert to a png ? for the moment I have to manually modify the file name in the path in the
.bat