[Development] A batch to parse a file and move files.
===
###### tags: `development`, `batch`, `tool`, `FOR /L`, `enabledelayedexpansion`, `array`
[toc]
# SmartMover.bat
This is a tool to parse log to find requested files and compare with some conditions to decide to move or not.
* Input:
1. target.txt
2. path of download file
3. path of upload file
4. path of temp file
* Output:
1. 20181027_2027_log.txt (varying with time date)
{%gist a77cddd8f5a53d1e50634cf3deb48023%}