I have a question: How do I print or copy or export list of folders from my computer folder to excel or csv thanks
Well if your looking to put your lists in excel your could probably just drag and drop and they should open automatically. Printing you would open your lists go to file print. To copy? Do you mean scan? Or make a duplicate of a excel file?
So I'll assume you're using Windows.... From a command prompt, go to the directory you want to print, then type: dir > print.txt This will create a txt file listing the contents of the directory. You should be able to import that into a CSV pretty easily.