Skip to content

Instantly share code, notes, and snippets.

@toagit
Created March 18, 2016 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toagit/238503f78f5714d4d16d to your computer and use it in GitHub Desktop.
Save toagit/238503f78f5714d4d16d to your computer and use it in GitHub Desktop.
IEのキャッシュクリアバッチ
@echo off
cd /d %~dp0
echo IEのキャッシュをクリアします。
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
echo IEのキャッシュをクリアしました。
pause > NUL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment