beim Anlegen des Icons wird der Explorer gleich aufgerufen

This commit is contained in:
2025-06-20 18:12:06 +02:00
parent a3e0a15b0e
commit ab06d46bc5
2 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -13,5 +13,4 @@ powershell -Command "(Get-Content getexdraw.bat) -replace '^.*setenv.bat$', 'cal
REM Icon anlegen
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON%';$s.Save()"
echo created in %INSTALL_DIR%
pause
explorer.exe %INSTALL_DIR%