We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1825043 commit bb6b25eCopy full SHA for bb6b25e
install_preferences.bat
@@ -0,0 +1,10 @@
1
+@ECHO OFF
2
+set "toPath=%UserProfile%\AppData\Roaming\inkscape"
3
+set "fromPath=%~dp0preferences.xml"
4
+set fromPath=%fromPath:"=%
5
+::echo "Copy from:" + %fromPath%
6
+::echo "Copy to:" + %toPath%
7
+xcopy /s/y %fromPath% %toPath%
8
+
9
+echo "Inkscape indstillinger er nu kopieret over til dig."
10
+pause
0 commit comments