Neděle, Červen 18, 2017

dir2djvu.bat

@echo off
if %1x == x goto end
echo %1*.tif -} %1.djvu
cd %1
dir "*.tif" /o /b > list.txt
rem for %%f in (%1*.tif) do echo %%f >> list.txt
"D:Program FilesLizardTechLizardtech Document Express Enterprisebindocumenttodjvu.exe" --verbose --dpi=300 --threshold-level=60 --bg-subsample=3 --quality=75 --pages-per-dict=20 --profile=scan300 --filelist=list.txt %1.djvu
del list.txt
move %1.djvu ..%1.djvu
cd ..
goto x
:end
echo Parameters requed!
echo dir2djvu.bat <dir_with_tiff>
:x

Jak zjistit datum instalace Windows
systeminfo
wmic os get * /format:list
wmic path win32_computersystem get * /format:list
wmic path Win32_OperatingSystem get * /format:list
wmic path win32_processor get * /format:list
wmic path Win32_NetworkAdapterConfiguration get * /format:list
wmic Product get Name
wmic product where “Name like ‘Microsoft .Net%’” get Name, Version
wmic product where “Name like ‘%Java%’” get Name, Version

https://docs.microso … ls/downloads/pstools
psinfo -d
http://www.alexnolan … software/SysSpec.zip

Administrátorská zóna

Pocasi

Translate