added TrID tool
This commit is contained in:
parent
1de54e52cc
commit
80f8f36a9e
@ -17,6 +17,7 @@ echo.
|
||||
rem start scripts
|
||||
for %%S in (
|
||||
|
||||
mount-image.cmd
|
||||
remove-apps.cmd
|
||||
finish-image.cmd
|
||||
|
||||
|
@ -26,6 +26,8 @@ for %%A in (
|
||||
setacl
|
||||
serviwin
|
||||
showkeyplus
|
||||
trid
|
||||
triddefs
|
||||
vim
|
||||
vivetool
|
||||
wget
|
||||
@ -128,6 +130,16 @@ move /Y %T%\showkeyplus\*.exe %TOOLS%
|
||||
rd /S /Q %T%\showkeyplus
|
||||
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
|
||||
move /Y %T%\vim\vim.exe %TOOLS%
|
||||
rd /S /Q %T%\vim
|
||||
|
@ -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.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://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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user