Script request: Clone comments of folders and file to a new .txt file
Posted: 19 Oct 2017 16:58
Hello,
I want a script that clone comments of files/folders/sub-folders in the current directory to a new created text files.
The scenario goes like this:
Current directory is C:\exampledir
- This dir has folders and files which has comments, sub-folders too
- The script will search for all items that has comments -as deep as it could go-
- Then clone the comment of every item, then create [file/flodername_Xycomment].txt file which contains the cloned comment.
- In case of folder, the txt file should be placed inside the commented folder
So if >> C:\exampledir\folder1 has a comment, the result file path will be C:\exampledir\folder1\folder1_Xycomment.txt
- In case of the file, the txt file should be placed at the same path as the file
So if >> C:\exampledir\folder30\sub-folder1\myvideo20.mp4 has a comment, the result file path will be C:\exampledir\folder30\sub-folder1\myvideo20_Xycomment.txt
Take your time and many thanks in advance
I want a script that clone comments of files/folders/sub-folders in the current directory to a new created text files.
The scenario goes like this:
Current directory is C:\exampledir
- This dir has folders and files which has comments, sub-folders too
- The script will search for all items that has comments -as deep as it could go-
- Then clone the comment of every item, then create [file/flodername_Xycomment].txt file which contains the cloned comment.
- In case of folder, the txt file should be placed inside the commented folder
So if >> C:\exampledir\folder1 has a comment, the result file path will be C:\exampledir\folder1\folder1_Xycomment.txt
- In case of the file, the txt file should be placed at the same path as the file
So if >> C:\exampledir\folder30\sub-folder1\myvideo20.mp4 has a comment, the result file path will be C:\exampledir\folder30\sub-folder1\myvideo20_Xycomment.txt
Take your time and many thanks in advance