Search found 5 matches

by Jonny
17 Apr 2019 05:21
Forum: DOS Batch Forum
Topic: Cleaning up desktop from the temporary files
Replies: 0
Views: 18925

Cleaning up desktop from the temporary files

Guys,
During the day, I'm downloading a mass of files to my desktop.
I wish to have a kind of scheduler that once a week will create a folder in format of "DATE" and move all the files to this folder.

Could that be done?

Thanks
by Jonny
02 Feb 2018 12:31
Forum: DOS Batch Forum
Topic: Quick cleaning up desktop from old files
Replies: 7
Views: 6885

Re: Quick cleaning up desktop from old files

This looked to me too much complicated, so I've built a new one: Looks at this , much more readable solution: @echo off &setlocal md "C:\Users\YYY\OneDrive - XXX\Documents\temp\%DATE:~3,2%%DATE:~0,2%%DATE:~8,4% move "C:\Users\YYY\OneDrive - XXX\Desktop\*.*" "C:\Users\YYY\OneDrive - XXX\Documents\tem...
by Jonny
27 Jan 2018 05:10
Forum: DOS Batch Forum
Topic: Quick cleaning up desktop from old files
Replies: 7
Views: 6885

Re: Quick cleaning up desktop from old files

Thank you, Steffen, I will try this and let you know.
by Jonny
26 Jan 2018 14:41
Forum: DOS Batch Forum
Topic: Quick cleaning up desktop from old files
Replies: 7
Views: 6885

Re: Quick cleaning up desktop from old files

Is this a joke? Sorry for not having time to learn all the commands.
May someone just help with the solution?

Thanks
by Jonny
26 Jan 2018 05:57
Forum: DOS Batch Forum
Topic: Quick cleaning up desktop from old files
Replies: 7
Views: 6885

Quick cleaning up desktop from old files

Guys, Please your kind help with a small batch file that is doing following: 1. Creates a new folder under path : "C:\Users\jonny\xxx\yyy\temp" in format DDMMMYYYY (ex. 26JAN2018) 2. Moving into this new folder all files located on Desktop That's all.. You help will be much appreciated. The next pha...