Code

Win32 installer: fixes for issues discovered in 0.48pre1.
[inkscape.git] / packaging / win32 / inkscape.bat
1 @echo off
3 rem This batch file launches Inkscape with a limited PATH.
4 rem This is to prevent those occurrences when a user might
5 rem have another Gtk library installation that might conflict
6 rem with the libs supplied by Inkscape.
8 rem set the following to the directory where Inkscape is installed.
9 set INKSCAPE=c:\inkscape
11 set PATH=%INKSCAPE%;%INKSCAPE%\python;%INKSCAPE%\perl;c:\windows;c:\windows\system32
13 start inkscape