BATスクリプト 曜日の取得

 @echo off
 setlocal
 for /f %%d in ('"powershell [Int](Get-Date).DayOfWeek"') do set dow=%%d
 endlocal
 echo %dow%

参考

http://stackoverflow.com/questions/11364147/setting-a-windows-batch-file-variable-to-the-day-of-the-week


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS