{"id":69,"date":"2026-04-20T18:47:42","date_gmt":"2026-04-20T10:47:42","guid":{"rendered":"https:\/\/ichinoseyy.cn\/?p=69"},"modified":"2026-04-20T18:47:43","modified_gmt":"2026-04-20T10:47:43","slug":"%e6%a3%80%e7%b4%a2%e5%b7%a5%e5%85%b7%e5%90%af%e5%8a%a8%e5%b7%a5%e5%85%b7win","status":"publish","type":"post","link":"https:\/\/ichinoseyy.cn\/index.php\/2026\/04\/20\/%e6%a3%80%e7%b4%a2%e5%b7%a5%e5%85%b7%e5%90%af%e5%8a%a8%e5%b7%a5%e5%85%b7win\/","title":{"rendered":"\u68c0\u7d22\u5de5\u5177\u542f\u52a8\u5de5\u5177win"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>@echo off\nsetlocal EnableExtensions EnableDelayedExpansion\nchcp 65001 >nul\n\nset \"SCRIPT=%~dp0ff.py\"\nset \"PY=%~dp0python-3.13.13-embed-amd64\\python.exe\"\nif not exist \"%PY%\" set \"PY=%USERPROFILE%\\Desktop\\python-3.13.13-embed-amd64\\python.exe\"\n\nif not exist \"%SCRIPT%\" (\n  echo &#91;ERROR] ff.py not found: %SCRIPT%\n  pause\n  exit \/b 1\n)\n\nif not exist \"%PY%\" (\n  echo &#91;ERROR] python.exe not found:\n  echo %PY%\n  echo Please edit the PY path in run.bat.\n  pause\n  exit \/b 1\n)\n\n:menu\ncls\necho =======================================\necho  File Index Tool\necho =======================================\necho 1. Scan one folder\necho 2. Search by keyword\necho 3. Search by category\necho 4. Search by extension\necho 5. Show stats\necho 6. Clean missing records\necho 7. Scan all local drives (C\/D\/E...)\necho 0. Exit\necho =======================================\nset \/p choice=Select: \n\nif \"%choice%\"==\"1\" goto scan_one\nif \"%choice%\"==\"2\" goto search_kw\nif \"%choice%\"==\"3\" goto search_cat\nif \"%choice%\"==\"4\" goto search_ext\nif \"%choice%\"==\"5\" goto stats\nif \"%choice%\"==\"6\" goto clean\nif \"%choice%\"==\"7\" goto scan_all\nif \"%choice%\"==\"0\" exit \/b 0\ngoto menu\n\n:scan_one\nset \"dir=\"\nset \/p dir=Folder path: \nif \"%dir%\"==\"\" goto menu\n\"%PY%\" \"%SCRIPT%\" scan \"%dir%\"\npause\ngoto menu\n\n:search_kw\nset \"kw=\"\nset \/p kw=Keyword: \nif \"%kw%\"==\"\" goto menu\n\"%PY%\" \"%SCRIPT%\" search \"%kw%\" -l 50\npause\ngoto menu\n\n:search_cat\nset \"cat=\"\nset \/p cat=Category (\u6587\u6863\/\u56fe\u7247\/\u89c6\u9891\/\u97f3\u9891\/\u538b\u7f29\u5305\/\u4ee3\u7801\/\u53ef\u6267\u884c\/CAD\u56fe\u7eb8\/Unity\u5de5\u7a0b\/\u5176\u4ed6): \nif \"%cat%\"==\"\" goto menu\n\"%PY%\" \"%SCRIPT%\" search -c \"%cat%\" -l 50\npause\ngoto menu\n\n:search_ext\nset \"ext=\"\nset \/p ext=Extension (e.g. pdf\/jpg\/py): \nif \"%ext%\"==\"\" goto menu\n\"%PY%\" \"%SCRIPT%\" search -e \"%ext%\" -l 50\npause\ngoto menu\n\n:stats\n\"%PY%\" \"%SCRIPT%\" stats\npause\ngoto menu\n\n:clean\n\"%PY%\" \"%SCRIPT%\" clean\npause\ngoto menu\n\n:scan_all\necho Scanning all local drives. This may take a long time...\nset \"found=0\"\nfor \/f \"skip=1 tokens=1\" %%D in ('wmic logicaldisk where \"DriveType=3\" get DeviceID 2^>nul') do (\n  if not \"%%D\"==\"\" (\n    set \"found=1\"\n    echo &#91;SCAN] %%D\\\n    \"%PY%\" \"%SCRIPT%\" scan \"%%D\\\"\n  )\n)\n\nif \"!found!\"==\"0\" (\n  echo WMIC not available, fallback by drive letters...\n  for %%L in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (\n    if exist \"%%L:\\\" (\n      echo &#91;SCAN] %%L:\\\n      \"%PY%\" \"%SCRIPT%\" scan \"%%L:\\\"\n    )\n  )\n)\n\necho Done.\npause\ngoto menu\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-69","post","type-post","status-publish","format-standard","hentry","category-earn"],"_links":{"self":[{"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/posts\/69","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/comments?post=69"}],"version-history":[{"count":1,"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/posts\/69\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/posts\/69\/revisions\/70"}],"wp:attachment":[{"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/media?parent=69"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/categories?post=69"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ichinoseyy.cn\/index.php\/wp-json\/wp\/v2\/tags?post=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}