Create nested items (files & folders)

Discuss and share scripts and script files...
Post Reply
highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Create nested items (files & folders)

Post by highend »

Created because of a wish (http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=13209)...

You have to use proper indentation! Either single tabs or single spaces. Files need a trailing colon!

Duplicates (e.g. same level, same subfolder / file) are filtered out.

For example:

Code: Select all

rootdir
 subfolder1
  item1:
 subfolder1
  subfolder2
  file1:
 subfolder1
  subfolder2
   file2:
 subfolder1
  file3:
Uses the correct syntax.

Current download (v0.1)
CreateNestedItems_v0.1.zip
To see the attached files, you need to log into the forum.
One of my scripts helped you out? Please donate via Paypal

Enternal
Posts: 1175
Joined: 10 Jan 2012 18:26

Re: Create nested items (files & folders)

Post by Enternal »

Wow this thing is just awesome! Thank you so much!

Perhaps you should add this to http://xyplorer.com/xyfc/viewtopic.php?f=7&t=12509

Code: Select all

Title: Create nested items (files & folders)
Description: Utility script file that can be used to create shortcuts via VBScript
Link: http://xyplorer.com/xyfc/viewtopic.php?f=7&t=13298
Author: highend
Labels: utility, file, folder
:tup: :tup: :biggrin:

Post Reply