Skip to content

Commit fd94ccb

Browse files
authored
Create Product Key Finder v1
1. find how many local drives are available and print their Letters. 2. look for ONLY (Dot)PDF files in all accessible local drives 3. Print the file name/path
1 parent 6bd5c6f commit fd94ccb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Product Key Finder v1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#v1
2+
#import glob, os, string
3+
#rs = ['%s://' % d for d in string.ascii_uppercase if os.path.exists('%s://' % d)]
4+
#print(rs);
5+
#os.chdir(rs[0])
6+
#for file in glob.glob("**/*.PDF", recursive = True):
7+
#print(file)

0 commit comments

Comments
 (0)