Skip to content

Instantly share code, notes, and snippets.

@bobbyjam99-zz
Created November 30, 2014 03:42
Show Gist options
  • Save bobbyjam99-zz/d63ba0f19ec798057c0e to your computer and use it in GitHub Desktop.
Save bobbyjam99-zz/d63ba0f19ec798057c0e to your computer and use it in GitHub Desktop.
-Xloggc:gc.log.`date +%Y%m%d%H%M%S` の Windows版スクリプト
SET time2=%time: =0%
SET MAKEDATETIME=%date:~-10,4%%date:~-5,2%%date:~-2,2%%time2:~0,2%%time2:~3,2%%time2:~6,2%
echo -Xloggc:gc.log.%MAKEDATETIME%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment