From f7c1ab2fe62ef088ffe63fb135d8ac0f199651a2 Mon Sep 17 00:00:00 2001 From: mistangl Date: Tue, 8 Jul 2025 11:16:00 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Installationspfad=20der=20setenv.bat=20w?= =?UTF-8?q?ird=20im=20ioconverter.bat=20auch=20=C3=BCberschrieben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/dropItem_create.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/dropItem_create.bat b/bin/dropItem_create.bat index 054a8f7..fc8c373 100644 --- a/bin/dropItem_create.bat +++ b/bin/dropItem_create.bat @@ -14,11 +14,12 @@ set ICON2=%PROJECT_DOC%\img\Icons\Icon_portal.ico REM ersetze die Zeile mit setenv.bat durch die mit dem neuen Pfad powershell -Command "(Get-Content getexdraw.bat) -replace '^.*setenv.bat$', 'call %PROJECT_BIN%\setenv.bat' | Set-Content getexdraw.bat" +powershell -Command "(Get-Content ioconverter.bat) -replace '^.*setenv.bat$', 'call %PROJECT_BIN%\setenv.bat' | Set-Content ioconverter.bat" REM Icon1 anlegen powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT1%');$s.TargetPath='%TARGET1%';$s.IconLocation='%ICON1%';$s.Save()" -explorer.exe %INSTALL_DIR% - REM Icon2 anlegen powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT2%');$s.TargetPath='%TARGET2%';$s.IconLocation='%ICON2%';$s.Save()" + +REM Öffne den Ordner damit man sieht ob es geklappt hat explorer.exe %INSTALL_DIR%