[Solved] Use the new folderreport() on all drives

Discuss and share scripts and script files...
admin
Site Admin
Posts: 66259
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Use the new folderreport() on all drives

Post by admin »

1) folderreport("treeitems" ...) got much faster.

2) I added a new report type "tcsv" that might do the job for you, and which is again much faster than the "treeitems" type.

Next beta...

admin
Site Admin
Posts: 66259
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Use the new folderreport() on all drives

Post by admin »

So, did you test it? In the lastest beta version simply try the new "Tree Structure" report. Should be pretty fast.
To see the attached files, you need to log into the forum.

Sander Bouwhuis
Posts: 249
Joined: 10 Jun 2008 15:40
Location: Netherlands

RE: Use the new folderreport() on all drives

Post by Sander Bouwhuis »

So, do I need to do this?

Code: Select all

"Drive structure"
  folderreport("tcsv", "file", "C:\", "r",  "E:\Storage\Documents\Drive structure.csv");
  folderreport("tcsv", "file", "D:\", "ra", "E:\Storage\Documents\Drive structure.csv");
  folderreport("tcsv", "file", "E:\", "ra", "E:\Storage\Documents\Drive structure.csv");
Oooooooooooooooooh GREAT!!!!

Not only does the report look MUCH better, it only took 1:42!!

Wow, wow, wow!!!
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into
(")_(") your signature to help him gain world domination.

Post Reply