剛才已經提過利用Powershell 進行文字檔讀取, 而在Batch 中進行的話, 則需要透過for do 進行.
@echo off
set defaultBusinessDatePath=C:\iBossDayEndProcess\DefaultBusinessDate.txt
for /f "delims=" %%x in (%defaultBusinessDatePath%) do set CurrentDate=%%x
echo CurrentDate: %CurrentDate%
a .net / Java developer from Hong Kong and currently located in United Kingdom. Thanks for Google because it solve many technical problems so I build this blog as return.
Besides coding and trying advance technology, hiking and traveling is other favorite to me, so I will write down something what I see and what I feel during it.
Happy reading!!!
Leave a Reply