- To move all files from one directory to another
Output may defer according to your system folder so, write the code and execute/run your batch file
@echo off
move F:\FolderName\*.* F:\FolderName2
It will move all files from "F:\FolderName\" to "F:\FolderName2"Program
After writing the code, Double-click your batch file, it will move all files from source location to destination
:: cmd to move all files from one directory to another
move [SOURCE_PATHNAME]\*.* [DESTINATION_PATHNAME]
Coming Soon !
QuickThe dreams I chased took me on a journey, a journey more rewarding than the goals