Update of /cvsroot/pure-data/externals/zexy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18011
Modified Files: z_install.bat Log Message: updated for zexy-2.0
Index: z_install.bat =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/z_install.bat,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** z_install.bat 4 Apr 2005 16:58:01 -0000 1.4 --- z_install.bat 23 Apr 2005 18:16:47 -0000 1.5 *************** *** 11,20 **** set PDVERSION=0.37
REM ============================================== REM do not edit below this line !!! REM ==============================================
- echo installing zexy on your system IF NOT EXIST %PDPATH%\bin\pd.exe goto location_error
--- 11,31 ---- set PDVERSION=0.37
+ REM ============================================== REM do not edit below this line !!! REM ==============================================
+ echo : + echo : installing zexy on your system + echo : + echo : assuming that PD-version is at least %PDVERSION% + echo : assuming that PD is installed at %PDPATH% + echo : + echo : if this is correct, hit [return] to proceed + echo : if this is incorrect, stop this programm ([Ctrl]-C), edit 'z_install.bat' to your needs and rerun + echo : + pause +
IF NOT EXIST %PDPATH%\bin\pd.exe goto location_error
*************** *** 29,38 **** echo copying help files mkdir %PDPATH%%REFPATH% ! copy examples* %PDPATH%%REFPATH%
echo copying abstractions ! copy abs*.pd %PDPATH%BINPATH%
- echo done goto end
--- 40,54 ---- echo copying help files mkdir %PDPATH%%REFPATH% ! copy examples* %PDPATH%%REFPATH% > tempInstall.trash
echo copying abstractions ! copy abs*.pd %PDPATH%%BINPATH% > tempInstall.trash ! ! echo : done ! echo : dont forget to load zexy on startup... ! echo : have fun ! !
goto end