added TrID tool

This commit is contained in:
Michael H.G. Schmidt 2023-01-03 13:27:21 +01:00
parent 1de54e52cc
commit 80f8f36a9e
3 changed files with 15 additions and 0 deletions

View File

@ -17,6 +17,7 @@ echo.
rem start scripts rem start scripts
for %%S in ( for %%S in (
mount-image.cmd
remove-apps.cmd remove-apps.cmd
finish-image.cmd finish-image.cmd

View File

@ -26,6 +26,8 @@ for %%A in (
setacl setacl
serviwin serviwin
showkeyplus showkeyplus
trid
triddefs
vim vim
vivetool vivetool
wget wget
@ -128,6 +130,16 @@ move /Y %T%\showkeyplus\*.exe %TOOLS%
rd /S /Q %T%\showkeyplus rd /S /Q %T%\showkeyplus
echo. echo.
echo TrID (File identifier)
move /Y %T%\trid\trid.exe %TOOLS%
rd /S /Q %T%\trid
echo.
echo TrID (File identifier DATABASE)
move /Y %T%\triddefs\triddefs.trd %TOOLS%
rd /S /Q %T%\triddefs
echo.
echo VIM echo VIM
move /Y %T%\vim\vim.exe %TOOLS% move /Y %T%\vim\vim.exe %TOOLS%
rd /S /Q %T%\vim rd /S /Q %T%\vim

View File

@ -34,5 +34,7 @@ https://www.nirsoft.net/utils/serviwin-x64.zip serviwin.zip
https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.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://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.9.749.zip sdio.zip
https://registry-finder.com/bin/2.55.0.0/RegistryFinder64.zip registryfinder.zip https://registry-finder.com/bin/2.55.0.0/RegistryFinder64.zip registryfinder.zip
https://mark0.net/download/trid_w32.zip trid.zip
https://mark0.net/download/triddefs.zip triddefs.zip
https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle 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
34 https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.zip
35 https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.9.749.zip sdio.zip
36 https://registry-finder.com/bin/2.55.0.0/RegistryFinder64.zip registryfinder.zip
37 https://mark0.net/download/trid_w32.zip trid.zip
38 https://mark0.net/download/triddefs.zip triddefs.zip
39 https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
40