Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Human verification ... What is the name of my program? File & Image ********?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: z_o_o_m
« on: 07-01-2018, 15:41:19 »

You can probably use something like this to clear empty folders
Code: [Select]
https://stackoverflow.com/questions/7831286/how-to-delete-empty-folders-using-windows-command-prompt
Posted by: Salvatore
« on: 07-01-2018, 15:04:25 »

I have my daily backup in more sub-dir

2017
-----1201
----------APP1
---------------file_1a
---------------file_1b
---------------file_1c
----------APP2
---------------file_2a
---------------file_2b
---------------file_2c
----------APP3
---------------file_3a
---------------file_3b
---------------file_3c

 I want delete first files and sub-dirs and after dirs when i have finished of upload them.

Can you give a script?