Skip to content

Commit bb6b25e

Browse files
Add files via upload
1 parent 1825043 commit bb6b25e

File tree

2 files changed

+1119
-0
lines changed

2 files changed

+1119
-0
lines changed

install_preferences.bat

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)