Microsoft
Software
Hardware
Network
Question : List all files on c drive with an eight character filename
Trying to identify all files on the c drive which have filenames of eight character in length and no file extension. Filename will be a a random alpha numeric e.g. se34sde4.
So far I have developed the follwowing cmd line:
dir c:\ /B /S /A:-D | findstr /i /E "\<[a-z0-9][a-z0-9][a-z0-9
][a-z0-9][
a-z0-9][a-
z0-9][a-z0
-9][a-z0-9
]\>"
However this is identifing all files ending in eight random alpha numeric character and not those of eight character in length (e.g. directories.acrodata)
Answer : List all files on c drive with an eight character filename
Hi, leecet!
This slightly modified solution should work well for you:
dir /B /S /A:-D | findstr /i /e ".*\\[a-z0-9][a-z0-9][a-z0
-9][a-z0-9
][a-z0-9][
a-z0-9][a-
z0-9][a-z0
-9]\>"
Random Solutions
slow loading times on win xp home from fresh install
WIN XP wireless network connection
Blue Screen of Death. WinXP doesn't start up after it crashed.
Numpy *zip with units
Tracking Users in Microsoft Access
Domain Clients getting 'Userenv Event 1085' error on login
ps aux
Exchange Mail store will not mount.
Error when sending meeting requests from Entorage over Exchange: Error: -17997
Removal of useless left-over software registry keys