Python Forum

Full Version: Move file from one folder to another folder with timestamp added end of file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?