beim Anlegen des Icons wird der Explorer gleich aufgerufen
This commit is contained in:
@@ -13,5 +13,4 @@ powershell -Command "(Get-Content getexdraw.bat) -replace '^.*setenv.bat$', 'cal
|
|||||||
|
|
||||||
REM Icon anlegen
|
REM Icon 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('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON%';$s.Save()"
|
||||||
echo created in %INSTALL_DIR%
|
explorer.exe %INSTALL_DIR%
|
||||||
pause
|
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ call setenv.bat
|
|||||||
|
|
||||||
set SHORTCUT=%INSTALL_DIR%\create_cables.lnk
|
set SHORTCUT=%INSTALL_DIR%\create_cables.lnk
|
||||||
|
|
||||||
DEL getexdraw.bat
|
git checkout getexdraw.bat
|
||||||
git checkout bin\getexdraw.bat
|
DEL /Q %INSTALL_DIR%\create_cables.lnk
|
||||||
DEL %INSTALL_DIR%\create_cables.lnk
|
RD /Q %INSTALL_DIR%
|
||||||
rmdir %INSTALL_DIR%
|
|
||||||
pause
|
pause
|
||||||
|
|||||||
Reference in New Issue
Block a user