OSDN Git Service

Update winimerge to 1.0.28
[winmerge-jp/winmerge-jp.git] / UploadToVirusTotal.cmd
index b57c840..17c8194 100644 (file)
@@ -1,8 +1,15 @@
 cd /d "%~dp0"
 
-set DISTDIR=c:\web page\geocities
+set DISTDIR=.\Build\Releases
 
-for /F "delims=" %%f in ('type "%DISTDIR%\jp_files.txt"') do (
+for /F "delims=" %%f in ('type "%DISTDIR%\files.txt"') do (
   "%ProgramFiles(x86)%\VirusTotalUploader2\VirusTotalUploader2.2.exe" %%f
+  timeout 30
+)
+
+@echo off
+echo.
+for /F "delims=" %%f in ('type "%DISTDIR%\files.txt"') do (
+  for /F %%h in ('certutil -hashfile %%f SHA256 ^| findstr -v hash') do echo %%~nxf: https://www.virustotal.com/en/file/%%h/analysis/
 )