I’m trying to access a batch file (.BAT)from dynamo, I was looking for a node to give it batch file path as input then when clicking run the bat file will launch, but I find no answer
I’ve tried with Python, but i couldn’t as there is no os modules to open the file, i’m still beginner in Python
even I’ve tried to use “Read from excel file” and I’ve specified xlsm file with VBA code to launch it when open, but dynamo reading from excel without opening it even ;(