Text 2 Sub-Folders
Posted: 03 Feb 2023 03:03
highend was gracious enough to author a script that would allow user to create multiple directories from text input:
viewtopic.php?p=199288#p199288
Would someone be able to modify this same concept to create sub-folders?
For example, there exists the following folders:
C:\Dir1
C:\Dir2
C:\Dir3
C:\Dir4
I'm looking for the ability to create an identical sub-folder in all the previously mentioned folders, e.g.:
C:\Dir1\Sub-FolderFromScript
C:\Dir2\Sub-FolderFromScript
C:\Dir3\Sub-FolderFromScript
C:\Dir4\Sub-FolderFromScript
The user should be able to specify the sub-folder name ideally, but having a hardcoded subfolder name that is applied to all parent folders would also be acceptable.
Thank you in advance.
viewtopic.php?p=199288#p199288
Would someone be able to modify this same concept to create sub-folders?
For example, there exists the following folders:
C:\Dir1
C:\Dir2
C:\Dir3
C:\Dir4
I'm looking for the ability to create an identical sub-folder in all the previously mentioned folders, e.g.:
C:\Dir1\Sub-FolderFromScript
C:\Dir2\Sub-FolderFromScript
C:\Dir3\Sub-FolderFromScript
C:\Dir4\Sub-FolderFromScript
The user should be able to specify the sub-folder name ideally, but having a hardcoded subfolder name that is applied to all parent folders would also be acceptable.
Thank you in advance.