summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e645f6)
raw | patch | inline | side by side (parent: 4e645f6)
author | ishmal <ishmal@users.sourceforge.net> | |
Tue, 27 Jun 2006 04:56:05 +0000 (04:56 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Tue, 27 Jun 2006 04:56:05 +0000 (04:56 +0000) |
packaging/win32/inkscape.bat | [new file with mode: 0644] | patch | blob |
diff --git a/packaging/win32/inkscape.bat b/packaging/win32/inkscape.bat
--- /dev/null
@@ -0,0 +1,14 @@
+@echo off
+
+rem This batch file launches Inkscape with a limited PATH.
+rem This is to prevent those occurrences when a user might
+rem have another Gtk library installation that might conflict
+rem with the libs supplied by Inkscape.
+
+rem set the following to the directory where Inkscape is installed.
+set INKSCAPE=c:\inkscape
+
+set PATH=%INKSCAPE%;%INKSCAPE%\python;%INKSCAPE%\perl;c:\windows;c:\windows\system32
+
+start inkscape
+