Skip to content

Instantly share code, notes, and snippets.

@fushihara
Last active August 29, 2015 14:07
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 fushihara/53be5df60cb94ab7d62c to your computer and use it in GitHub Desktop.
Save fushihara/53be5df60cb94ab7d62c to your computer and use it in GitHub Desktop.
簡単作業ディレクトリ
@echo off
set dateStr=%date%
set timeStr=%time%
set dateStr=%dateStr:/=-%
set dateStr=%dateStr: =0%
set timeStr=%timeStr::=-%
set timeStr=%timeStr: =0%
set new_temp_path=%TMP%\temp_%dateStr%_%timeStr%\
mkdir "%new_temp_path%"
explorer "%new_temp_path%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment