LoginSignup
2
0

More than 5 years have passed since last update.

作成したファイルの更新日時をテキストで取得する

Last updated at Posted at 2016-02-02

これは何?

実験で計測したデータファイルの作成日時を取得して、他のデータと同期させるために使ったもの

サンプル

get-time.bat
@echo off
for %%i in (%*) do echo %%~ti >> time.txt
rem 上書きモードじゃないと1行しかできない…

あとはこのバッチファイルに日時を取得したいファイルをドラッグアンドドロップするだけ

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0