Monday, October 5, 2009

Separating Long File Names

How to separate several files with long file names from a folder that has short file names? Use 9 questions marks followed by *.* would move ONLY the file names that had more than 8 characters, leaving behind only the files that were named with the 8.3 short file names. Here is the command:
Move C:\Source\?????????*.* C:\destination

No comments:

Post a Comment