die web seite sieht gut aus, bin noch am installieren ...
allerdings bricht das install.bat script bei mir ab
bisherige Fehleranalyse : vermutlich muss man im script abolute pfade setzen
Delphi-Quellcode:
.....
ECHO.
ECHO Copying new files, please wait...
ECHO.
xcopy /E /R /Y /Q [B]C:\codetyphonINS[/B]\installbin\*.* C:\codetyphon\
cd C:\codetyphon\
START /D C:\codetyphonINS\ /B setup.bat
...