by Barbara J. Feldman
April 15, 2008
If you’ve ever wanted to print a text listing of files in a Windows folder, this week’s tip is for you. First, create a simple batch file (you can put it in your Windows folder) called filelisting.bat with a single line in it (without the quotes): “dir /a /b /-p /o:gen >filelisting.txt”. Then modify the [...]
Read the rest of the tip →
by Barbara J. Feldman
April 13, 2008
When troubleshooting Windows problems, it is often helpful to view the Task List of currently running processes. In Windows 95/98/ME this is done by simultaneously pressing Ctrl+Alt+Del. In Windows XP/2000/2003/Vista, right-click on the Task Bar, and choose Task Manager. To find out what the various background tasks actually do and who they belong to, try [...]
Read the rest of the tip →