Hello. Can someone please share with me the correct command line verbiage to launch Inkscape so that it automatically opens a specific custom made template?
I have a Windows 10 operating system and would like examples for the 1.22 and 1.3 alpha versions. Perhaps the command line verbiage is the same for both versions.
My aim is to learn this so I can create a batch file(s) to use at will for opening Inkscape as desired with my custom made templates. I know one can do this via normal Inkscape but i desire to see how to do this with the command line options.
For this example, I put a templates directory in the users/Public directory, so any local user (you may have multiple users or profiles) can access the custom templates.
Hello. Can someone please share with me the correct command line verbiage to launch Inkscape so that it automatically opens a specific custom made template?
I have a Windows 10 operating system and would like examples for the 1.22 and 1.3 alpha versions. Perhaps the command line verbiage is the same for both versions.
My aim is to learn this so I can create a batch file(s) to use at will for opening Inkscape as desired with my custom made templates. I know one can do this via normal Inkscape but i desire to see how to do this with the command line options.
Thank you.
For this example, I put a templates directory in the users/Public directory, so any local user (you may have multiple users or profiles) can access the custom templates.
C:\Program Files\Inkscape>inkscape.exe C:/Users/Public/inkscape/templates/CustomSharedTemplate.svg
Thank you very much, Tyler, in helping me.