Skip to content

CMD.exe (batch file) based cleanup script. This will place all files in their respective homes (user/Pictures, user/Music) on a Windows computer.

Notifications You must be signed in to change notification settings

robertegj/Cleanup-My-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cleanup My Files

A simple command to cleanup the current folder


Tired of a messy desktop? How about any other folder? "Clean it" with this! This will place all adjacent files in their respective homes (yourUsername/Pictures, yourUsername/Music) on a Windows computer.

NOTE: Does not delete, or copy (no extra disk space used), just move(s)!

See it in action

As a batch file

running as a batch file

As a command

running as a command

For example: Before...

Location Filename
Desktop cleanup.bat, image.jpg, song.mp3, resume.docx
Pictures
Music
Documents

After...

Location Filename
Desktop cleanup.bat
Pictures image.jpg
Music song.mp3
Documents resume.docx

Now cross platform!

Grab 'cleanup' without the extension and use it on Windows or Linux!

to-do: finish the linux version! it starts but doesn't move stuff yet.

About

CMD.exe (batch file) based cleanup script. This will place all files in their respective homes (user/Pictures, user/Music) on a Windows computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published