Search found 2 matches
- 26 Jun 2014 06:06
- Forum: DOS Batch Forum
- Topic: Nifty batch script to purge unnecessary files and folders...
- Replies: 3
- Views: 1648
Re: Nifty batch script to purge unnecessary files and folder
My apologies for not being succinct on that. I have "recycle.exe" located in my windows folder enabling me to use "recycle" command instead of permanently deleting files using "del" command. What i'm trying to achieve is simple: 1- Recycle all files containing the follo...
- 25 Jun 2014 13:16
- Forum: DOS Batch Forum
- Topic: Nifty batch script to purge unnecessary files and folders...
- Replies: 3
- Views: 1648
Nifty batch script to purge unnecessary files and folders...
Hi! I'm managing to create a script to purge unnecessary files from my music folders. I've managed to make it work when embedded in respective folder but i aim to create a exe file and run it from right-click menu. I reckon this script is flawed and it only works well in *.bat format. As soon as i c...