Tag Archives: tech tips
move files from many folders into another
FOR /R "C:\Source Folder" %i IN (*.png) DO MOVE "%i" "C:\Staging Folder"

If you want to put this into a batch file, change %i to %%i.

Youtube Vanced, a youtube client alternative

https://vancedapp.com/

Fantastic app that has many features including audio playback whilst screen is turned off and ad blocking.

Previous Page