Hi, 2010/1/21 Andrew Goodbody: > Reduce the length of the directory name you have as %KDEROOT% ie > kde-mingw is too long.
to take the KDEROOT path out of my input line I used the Windows subst command. In my kdesettings.bat i have the following: mkdir %KDEROOT%\download subst /d x: subst x: %KDEROOT%\download set DOWNLOADDIR=x:\ and for svn: mkdir %KDEROOT%\svn subst /d z: subst z: %KDEROOT%\svn set KDESVNDIR=z:\ This substitutes the path of the svn and downloaddir to a virtual drive identifier. When you are done with emerge you can delete them with subst /d <identifier> Hope this helps, Andre -- Andre Heinecke | ++49-541-335083-0 | http://www.intevation.de/ Intevation GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 18998 Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows