Merge branch 'main' of http://gitea.schoenenberger.de/mistangl/kabellaengen
@@ -3,14 +3,22 @@
|
|||||||
call setenv.bat
|
call setenv.bat
|
||||||
|
|
||||||
mkdir %INSTALL_DIR%
|
mkdir %INSTALL_DIR%
|
||||||
set SHORTCUT=%INSTALL_DIR%\create_cables.lnk
|
|
||||||
|
|
||||||
set TARGET=%PROJECT_BIN%\getexdraw.bat
|
set SHORTCUT1=%INSTALL_DIR%\create_cables.lnk
|
||||||
set ICON=%PROJECT_DOC%\img\Icons\Icon_Gemini2.ico
|
set TARGET1=%PROJECT_BIN%\getexdraw.bat
|
||||||
|
set ICON1=%PROJECT_DOC%\img\Icons\Icon_getex.ico
|
||||||
|
|
||||||
|
set SHORTCUT2=%INSTALL_DIR%\IOconverter.lnk
|
||||||
|
set TARGET1=%PROJECT_BIN%\ioconverter.bat
|
||||||
|
set ICON2=%PROJECT_DOC%\img\Icons\Icon_portal.ico
|
||||||
|
|
||||||
REM ersetze die Zeile mit setenv.bat durch die mit dem neuen Pfad
|
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 getexdraw.bat) -replace '^.*setenv.bat$', 'call %PROJECT_BIN%\setenv.bat' | Set-Content getexdraw.bat"
|
||||||
|
|
||||||
REM Icon anlegen
|
REM Icon1 anlegen
|
||||||
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON%';$s.Save()"
|
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()"
|
||||||
explorer.exe %INSTALL_DIR%
|
explorer.exe %INSTALL_DIR%
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ set ERROR_DOUBLE=%FILENAME%_errors.json
|
|||||||
set RESULT_TIA=%FILENAME%-*_TIA.xlsx
|
set RESULT_TIA=%FILENAME%-*_TIA.xlsx
|
||||||
|
|
||||||
|
|
||||||
call C:\10-Develop\gitrepos\kabellaengen\bin\setenv.bat
|
call C:\kabellaengen\bin\setenv.bat
|
||||||
|
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
|
|||||||
|
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 |