Search This Blog

Wednesday, February 20, 2013

Simple file list from a folder structure

Another thing I can't seem to remember.

Source:  http://smallbusiness.chron.com/copy-list-files-windows-folder-excel-list-40032.html


Step 1

Press "Win-E" to open Windows Explorer and locate the folder for which you need a file list.

Step 2

Hold the "Shift" key, right-click the folder and select "Open Command Window Here."

Step 3

Type "dir /b > dirlist.txt" without quotes and press "Enter." This creates a list containing file names only. To include file sizes and dates, type "dir > dirlist.txt" instead. To also include files in sub-directories, type "dir /b /s > dirlist.txt" to create a list of files with the full directory structure name, such as "C:\folder\subdirectory\file.txt.


Wednesday, February 6, 2013

IIS 7.+ research


IISReset vs recycling App pools

What is the difference between IIS reset and application pool recyle in affecting of cachehttp://stackoverflow.com/questions/8237110/what-is-the-difference-between-iis-reset-and-application-pool-recyle-in-affectin


Restart IIS / Recycle App Pool after X num of errors?
http://stackoverflow.com/questions/1223255/restart-iis-recycle-app-pool-after-x-num-of-errors


Starting, stopping and recycling IIS 7.0 Web sites and application pools

http://mvolo.com/starting-stopping-and-recycling-iis-70-web-sites-and-application-pools


IIS: difference between stop/start & recycle app pool

http://forums.asp.net/t/1670252.aspx/1