Tag: Symbol

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»

Windows XP SP3 RTM Symbols Package

May 17, 2008 by Jason

Microsoft is accompanying the final version of Windows XP SP3 with additional resources aimed to complement the release. Case in point: the Symbols Package for Windows XP Service Pack 3, containing items made available in order to provide developers with the tools necessary to perform debugging actions on the third and last service pack for XP. At this point in time, there are no less than four packages accessible to end users, with both the symbols and DEBUG-symbols packs and their updates.

“These are debug symbol files that cover the files modified by Windows XP Service Pack 3. Standard requirements for symbols packages in previous releases of Windows XP apply. Select either the “Full” package to get all symbols, including those for Service Pack 3. or, select “Update” package, to get only symbols that apply to files changed by Service Pack 3. Symbols for both retail and checked builds are available,” Microsoft explained. Read More»