Home > Enterprise >  script to move file and rename it with timestamp date
script to move file and rename it with timestamp date

Time:12-22

i want to create script that use to move file and rename the file with timestamp. this is my script

mv D:\data\file\Daily_file.dat D:\data\file\Newfolder\Daily_file"

  • Related