From 07a67d974b7b97da2e0ffc0f90895dd8c284b86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 16 Jun 2005 13:21:46 +0000 Subject: use %PROGRAMFILES% as a generic destination rather than C:\Programme svn path=/trunk/externals/zexy/; revision=3195 --- z_install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'z_install.bat') diff --git a/z_install.bat b/z_install.bat index b57d39f..b0faa49 100644 --- a/z_install.bat +++ b/z_install.bat @@ -5,10 +5,10 @@ REM ============================================== REM where does PD reside ?? REM if you want spaces in the path, please use quotes ("") -set PDPATH=C:\programme\pd +set PDPATH="%PROGRAMFILES%\pd" REM which pd-version do we have ? -set PDVERSION=0.37 +set PDVERSION=0.38 REM ============================================== -- cgit v1.2.1