G
Guest
I need to delete files and folders from a certain
directory on my server each night. Example, I have
directory D:\image, in image I use as a tempory storage
place for scanned images, I want to delete all the files
and folders in D:\image on nightly basis, but do not want
to remove the image directory.
I have tried to use the rmdir, del command in DOS to write
a batch file, but it either removes the Image directory
(can not allow because it is shared) or it will remove all
files but not the folders.
Thanks in advance for the information.
directory on my server each night. Example, I have
directory D:\image, in image I use as a tempory storage
place for scanned images, I want to delete all the files
and folders in D:\image on nightly basis, but do not want
to remove the image directory.
I have tried to use the rmdir, del command in DOS to write
a batch file, but it either removes the Image directory
(can not allow because it is shared) or it will remove all
files but not the folders.
Thanks in advance for the information.