![]() |
Move file from one folder to another folder with timestamp added end of file - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Move file from one folder to another folder with timestamp added end of file (/thread-33003.html) |
Move file from one folder to another folder with timestamp added end of file - shantanu97 - Mar-22-2021 Need to create a batch file to move a python file from one folder to another with adding timestamp at the end of the file in it. Move "U:\Extend\McKay\ToDo.*.xlsm" U:\Extend\McKay\Done\'date +%Y%m%d_%H%M'.*.xlsm"Any help where I am making the mistake? |