
| Current Path : /var/www/web-klick.de/dsh/90_akt/DEV1303/Resources/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/90_akt/DEV1303/Resources/install_bundle.bat |
@echo off set "autotest_dir=%PROGRAMFILES%\autoTest" set "oldcgi=%autotest_dir%\cgi-bin\autotest_0_84\autotest\index.cgi" set "newcgi=%autotest_dir%\cgi-bin\autotest\index.cgi" if exist "%newcgi%" ( copy "%newcgi%" "%newcgi%-bak" unzip -qo autotest.zip -d "%autotest_dir%" copy "%newcgi%-bak" "%newcgi%" ) else ( unzip -qo autotest.zip -d "%autotest_dir%" copy "%oldcgi%" "%newcgi%" )