Saved Bookmarks
| 1. |
Solve : Deleting Directory Dynamically? |
Answer»
I need help on deleting directories; I have a particular ETL session, which will load data for each country from a particular folder called "TempData" This folder, CONTAINS ABCxxxxx_CNTRY_DDMMYYYY, where
I've tried using the following, RMDIR /s /q X:\TempData\*_JP_* DEL X:\TempData\ABC?????_JP_* BUT both don't work. any help would be highly appreciated. Thanks. Try using ROBOCOPY http://en.wikipedia.org/wiki/Robocopy It can HANDLE sub folders |
|