07-11-2007, 03:49 AM
Hi,
C:\*24 T2
C:\*24 T2.oly
these two files are in the same folder and only the one that doesn't have the .oly extension should be made into a shortcut in a different folder
However all the "*" or "?" combinations don't seem to distinguish between these two because the quotations just match but don't exclude.
How would I use enumerate files or some other way to match only one of these (without using regex because its a file path, of course)
Thanks so much.
Stuart
C:\*24 T2
C:\*24 T2.oly
these two files are in the same folder and only the one that doesn't have the .oly extension should be made into a shortcut in a different folder
However all the "*" or "?" combinations don't seem to distinguish between these two because the quotations just match but don't exclude.
How would I use enumerate files or some other way to match only one of these (without using regex because its a file path, of course)
Thanks so much.
Stuart