Compare commits
2 Commits
343e2e5b00
...
f69de7ea16
| Author | SHA1 | Date | |
|---|---|---|---|
| f69de7ea16 | |||
| afea7b38c1 |
@@ -6,11 +6,16 @@ mkdir %INSTALL_DIR%
|
||||
set SHORTCUT=%INSTALL_DIR%\create_cables.lnk
|
||||
|
||||
set TARGET=%PROJECT_BIN%\getexdraw.bat
|
||||
set ICON=%PROJECT_DOC%\img\Icons\Icon_Gemini2.ico
|
||||
set ICON1=%PROJECT_DOC%\img\Icons\Icon_getex.ico
|
||||
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"
|
||||
|
||||
REM Icon anlegen
|
||||
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON%';$s.Save()"
|
||||
REM Icon1 anlegen
|
||||
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON1%';$s.Save()"
|
||||
explorer.exe %INSTALL_DIR%
|
||||
|
||||
REM Icon2 anlegen
|
||||
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON2%';$s.Save()"
|
||||
explorer.exe %INSTALL_DIR%
|
||||
|
||||
|
Before Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 286 KiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 465 KiB |
|
Before Width: | Height: | Size: 12 MiB |
|
Before Width: | Height: | Size: 683 KiB |
|
Before Width: | Height: | Size: 663 KiB After Width: | Height: | Size: 663 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 486 KiB |
|
After Width: | Height: | Size: 1.3 MiB |