summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-06-27 04:56:05 +0000
committerishmal <ishmal@users.sourceforge.net>2006-06-27 04:56:05 +0000
commit557e5637fc4130414d28f563b2993622977e6b04 (patch)
tree96c02953033f98e9dcb55524f7195e05522706c0 /packaging
parentpdf export from commandline (diff)
downloadinkscape-557e5637fc4130414d28f563b2993622977e6b04.tar.gz
inkscape-557e5637fc4130414d28f563b2993622977e6b04.zip
Add a launcher script
(bzr r1305)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/win32/inkscape.bat14
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/win32/inkscape.bat b/packaging/win32/inkscape.bat
new file mode 100644
index 000000000..462484134
--- /dev/null
+++ b/packaging/win32/inkscape.bat
@@ -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
+