- In windows explorer, be able to right click on `Test.ifc` file - context menu pops up says `Save as Test_commented.ifc` - essentially runs this code `ifc-commenter Test.ifc --output Test_commented.ifc` - creates a new file `Test_commented.ifc` in the same directory which the other file was located.
Test.ifcfileSave as Test_commented.ifcifc-commenter Test.ifc --output Test_commented.ifcTest_commented.ifcin the same directory which the other file was located.