Tag: directory

Print Folder List

September 28, 2008 by Jason

Here’s a nifty little trick for creating a text file listing of the contents of a folder, without using any extra software. Step one is to note down the path and name of the folder concerned; if it’s a long one, click on the folder icon in Windows Explorer so that it’s displayed in the address box, then right-click on it and select Copy. Now open a command window by going to Run (XP) or Search (Vista) on the Start menu and type ‘cmd’

A DOS like window opens and at the flashing prompt type cd then a space and type in the path and name of the folder – in my example the folder is called ‘Pix’, so the first line looks like this:

cd C:\Pix

If you used the Copy trick simply right-click on the flashing prompt and select Paste.

Now press Enter and the cd (change directory) command changes the display to show the path and name of your folder, thus: Read More»

Access special Folders in windows with freeware special Folders View

June 03, 2008 by Jason

There has been large number of special folders in windows and we keep accessing these folders from different locations. When I say Special Folders, I mean folders like My documents , Startup , Temporary Internet Files etc.

We cannot access all these special folders are scattered over the operating system drive and some times they are so deep in terms of the directory structure which a normal user cannot remember easily.

But a cool freeware called Special Folders View makes it possible to list all these special folders in one go.

As shown in the image above, Special Folders View displays the list of all the special folders in which you just need to double click over a special folder path entry to open it in windows explorer. Read More»