Home
Windows Touch command
Windows (Touch) Wednesday, 16 March 2022 by paul

Windows does not have a touch command built in but you can run the following copy command to update the timestamps on all the files in a folder.

forfiles /p "." /c "cmd /c copy /b @path+,,"

 


Add Comment
No Comments.