K katie Jul 10, 2003 #1 anyone know how to print the windows explorer screen so that you get a print-out of the files in that particular directory?
anyone know how to print the windows explorer screen so that you get a print-out of the files in that particular directory?
K Ken Blake Jul 10, 2003 #3 anyone know how to print the windows explorer screen so that you get a print-out of the files in that particular directory? Click to expand... Here are three ways: 1. Go to a command prompt and issue the command dir [drive:folder] > prn If that doesn't work, your printer may not be connected to prn. In that case issue this command instead: dir [drive:folder] > c:\tempfilename (you can use any name and put it in any folder you want) Then open notepad, open tempfilename, and print it from there. 2. Go to http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321379 and follow the instructions there. 3. Download and use any of the several freeware/shareware utilities that can do this.
anyone know how to print the windows explorer screen so that you get a print-out of the files in that particular directory? Click to expand... Here are three ways: 1. Go to a command prompt and issue the command dir [drive:folder] > prn If that doesn't work, your printer may not be connected to prn. In that case issue this command instead: dir [drive:folder] > c:\tempfilename (you can use any name and put it in any folder you want) Then open notepad, open tempfilename, and print it from there. 2. Go to http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321379 and follow the instructions there. 3. Download and use any of the several freeware/shareware utilities that can do this.