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

Discuss and share scripts and script files...
admin
Site Admin
Posts: 60547
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @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: 60547
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @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.
Attachments
ReportTreeStructure.png
ReportTreeStructure.png (7.12 KiB) Viewed 1369 times

iycgtptyarvg
Posts: 222
Joined: 10 Jun 2008 15:40
Location: Netherlands

RE: Use the new folderreport() on all drives

Post by iycgtptyarvg »

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