Copy link to clipboard
Copied
Not a FM question, just thought someone might know how to do this....
I have a table in Microsoft Access that has obsoleted part numbers. I want to delete the same parts from a folder of images. Is there a way to do this? There are about 1100 of them and I really don't want to search through 4000 photos for each of them one by one...
Thanks,
ls
Copy link to clipboard
Copied
Hi,
One option could be:
del path/filename.ext
for possible parameters of del process open your DOS Box and call "del /?"
Make sure you've got a backup of your parts folder(s).
Another possibility is to do delete process in your macro directly.
Bye
Markus
Copy link to clipboard
Copied
Isk,
put the part numbers in a text file, then use the features of a text editor to add prefixes and suffixes to create a batch file, which you can use from the Windows Console to delete the files. If the image file names follow a strict scheme this should be no problem.
This is really, really off-topic and I should not have answered it 😉
- Michael
Copy link to clipboard
Copied
Well, thanks for answering anyway. I had looked all over on the internet, not really finding anything. I probably was just searching wrong. Sorry for the non FM question...:)