This commit is contained in:
Michael H.G. Schmidt 2022-12-31 17:43:40 +01:00
parent 147a7188b5
commit b7d05161ad
4 changed files with 5 additions and 5 deletions

View File

@ -57,10 +57,10 @@ if EXIST %ZIP% (
)
:LINK
rem remove personal link ...
rem remove link from users desktop ...
del /F /Q /A %USERPROFILE%\Desktop\PureBasic*.lnk 2>nul
echo copy new PureBasic link to desktop ...
echo copy new PureBasic link to public desktop ...
copy /Y "%STARTMENU%\PureBasic\PureBasic (x64).lnk" ^
%PUBLIC%\Desktop\PureBasic.lnk

View File

@ -32,3 +32,4 @@ https://www.nirsoft.net/utils/serviwin-x64.zip serviwin.zip
https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.zip
https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.9.749.zip sdio.zip
https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
32 https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.zip
33 https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.9.749.zip sdio.zip
34 https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
35

View File

@ -1,3 +1,4 @@
https://downloads.ntlite.com/files/NTLite_setup_x64.exe ntlite-setup.exe
https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.1/DB.Browser.for.SQLite-3.12.1-win64-v2.msi dbbrowser-setup.msi
https://www.emclient.com/dist/v8.2.1237/setup.msi emclient-setup.msi

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar https://downloads.ntlite.com/files/NTLite_setup_x64.exe ntlite-setup.exe
1 https://downloads.ntlite.com/files/NTLite_setup_x64.exe ntlite-setup.exe
2 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
3 https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.1/DB.Browser.for.SQLite-3.12.1-win64-v2.msi dbbrowser-setup.msi https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.1/DB.Browser.for.SQLite-3.12.1-win64-v2.msi dbbrowser-setup.msi
4 https://www.emclient.com/dist/v8.2.1237/setup.msi emclient-setup.msi https://www.emclient.com/dist/v8.2.1237/setup.msi emclient-setup.msi

View File

@ -31,10 +31,8 @@ if NOT EXIST %SETTINGS% (
)
echo ++++++++++++++++++
echo USERNAME=%USERNAME%
echo USERPROFILE=%USERPROFILE%
echo GITWORKDIR=%GITWORKDIR%
echo gitserver=%windows_updates%
echo gitserver=%gitserver%
echo gitrepo=%gitrepo%
echo ++++++++++++++++++
echo.