Question : Coldfusion and IIS book

Looking for  a good book on IIS7 and Coldfusion --8,9  any inputs

Answer : Coldfusion and IIS book

Save something like this as whatever.cmd:
1:
2:
3:
4:
5:
6:
7:
8:
9:
start "" explorer.exe "C:\Folder1"
start "" explorer.exe "C:\Folder2"
start "" explorer.exe "C:\Folder3"

If you want the Explorer windows to show up with the tree structure in the left pane,

start "" explorer.exe /e,"C:\Folder1"
start "" explorer.exe /e,"C:\Folder2"
start "" explorer.exe /e,"C:\Folder3"
Random Solutions  
 
programming4us programming4us