I want make tool in c# that allow me execute node.js application/script. I have following command:
node ./bin/3d-tiles-tools.js glbToB3dm -i ./specs/data/CesiumTexturedBox/CesiumTexturedBox.glb -o ./output/CesiumTexturedBox.b3dm
I need customize this command because I want give path to folder and automatically run this command for each file in this folder.
Question:
How run this command in command line or how to run this js script and pass arguments (give path and names for each file) to this script from C# console application?