• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Print a list of files in a folder

Pghpooh

Senior member
HI
Is there any "free" software that I can use to print out the files located in a folder?
Both of my pc's are running win 7 home premiun.

I am creating folders that contain over 100 files or more and woulld like to print a list of files in those folders.
 
In addition to the above, you can use the /s switch for subdirectory listings.

A shortcut to get the command prompt in the right place is to press Shift, then right click the folder to get a command prompt option in the context menu.
 
I prefer to use the tree command for this type of stuff.

tree /a /f > tree_list.txt

the above command will give you folder and files listing in an ascii format that is easily printed.
 
I prefer to use the tree command for this type of stuff.

tree /a /f > tree_list.txt

the above command will give you folder and files listing in an ascii format that is easily printed.

Another vote for tree.

Sample output:
Code:
Folder PATH listing
Volume serial number is 000AF544 5EED:500D
C:.
|   tree.txt
|   web.xml
|   
+---classes
|   |   commons-logging.properties
|   |   log4j.properties
|   |   
|   \---org
|       \---apache
|           \---axis2
|               \---webapp
|                       AdminAgent.class
|                       AxisAdminServlet.class
|                       
+---conf
|       axis2.xml
|       
+---lib
|       activation-1.1.jar
|       activation-LICENSE.txt
|       annogen-LICENSE.txt
|       antlr-2.7.7.jar
|       axiom-api-1.2.8.jar
|       axiom-api-LICENSE.txt
|       axiom-dom-1.2.8.jar
|       axiom-dom-LICENSE.txt
|       axiom-impl-1.2.8.jar
|       axiom-impl-LICENSE.txt
|       axis2-adb-1.5.1.jar
|       axis2-adb-codegen-1.5.1.jar
|       axis2-codegen-1.5.1.jar
|       axis2-corba-1.5.1.jar
|       axis2-fastinfoset-1.5.1.jar
|       axis2-java2wsdl-1.5.1.jar
|       axis2-jaxbri-1.5.1.jar
|       axis2-jaxws-1.5.1.jar
|       axis2-jibx-1.5.1.jar
|       axis2-json-1.5.1.jar
|       axis2-kernel-1.5.1.jar
|       axis2-LICENSE.txt
|       axis2-metadata-1.5.1.jar
|       axis2-mtompolicy-1.5.1.jar
|       axis2-saaj-1.5.1.jar
|       axis2-spring-1.5.1.jar
|       axis2-transport-http-1.5.1.jar
|       axis2-transport-local-1.5.1.jar
|       axis2-xmlbeans-1.5.1.jar
|       bcel-5.1.jar
|       commons-codec-1.3.jar
|       commons-codec-LICENSE.txt
|       commons-fileupload-1.2.jar
|       commons-fileupload-LICENSE.txt
|       commons-httpclient-3.1.jar
|       commons-httpclient-LICENSE.txt
|       commons-io-1.4.jar
|       commons-io-LICENSE.txt
|       commons-logging-1.1.1.jar
|       commons-logging-LICENSE.txt
|       dom4j-1.6.1.jar
|       geronimo-activation_1.1_spec-1.0.1.jar
|       geronimo-annotation-LICENSE.txt
|       geronimo-annotation_1.0_spec-1.1.jar
|       geronimo-javamail_1.4_spec-1.6.jar
|       geronimo-jaxws-LICENSE.txt
|       geronimo-jaxws_2.1_spec-1.0.jar
|       geronimo-jta_1.1_spec-1.1.jar
|       geronimo-saaj-LICENSE.txt
|       geronimo-saaj_1.3_spec-1.0.1.jar
|       geronimo-stax-api-LICENSE.txt
|       geronimo-stax-api_1.0_spec-1.0.1.jar
|       geronimo-ws-metadata-LICENSE.txt
|       geronimo-ws-metadata_2.0_spec-1.1.2.jar
|       httpcore-4.0.jar
|       httpcore-LICENSE.txt
|       icu4j-2.6.1.jar
|       jalopy-LICENSE.txt
|       jaxb-api-2.1.jar
|       jaxb-api-LICENSE.txt
|       jaxb-impl-2.1.7.jar
|       jaxb-impl-LICENSE.txt
|       jaxb-xjc-2.1.7.jar
|       jaxb-xjc-LICENSE.txt
|       jaxen-1.1.1.jar
|       jaxen-LICENSE.txt
|       jdom-1.0.jar
|       jettison-1.0-RC2.jar
|       jettison-LICENSE.txt
|       jibx-bind-1.2.1.jar
|       jibx-bind-LICENSE.txt
|       jibx-run-1.2.1.jar
|       jibx-run-LICENSE.txt
|       log4j-1.2.15.jar
|       log4j-LICENSE.txt
|       mail-1.4.jar
|       mail-LICENSE.txt
|       mex-1.5.1-impl.jar
|       neethi-2.0.4.jar
|       neethi-LICENSE.txt
|       soapmonitor-1.5.1.jar
|       woden-api-1.0M8.jar
|       woden-api-LICENSE.txt
|       woden-impl-dom-1.0M8.jar
|       woden-impl-dom-LICENSE.txt
|       wsdl4j-1.6.2.jar
|       wsdl4j-LICENSE.txt
|       wstx-asl-3.2.4.jar
|       wstx-LICENSE.txt
|       xalan-2.7.0.jar
|       xalan-LICENSE.txt
|       xercesImpl-2.6.2.jar
|       xercesImpl-LICENSE.txt
|       xml-apis-1.3.02.jar
|       xml-apis-LICENSE.txt
|       xml-resolver-1.2.jar
|       xml-resolver-LICENSE.txt
|       xmlbeans-2.3.0.jar
|       xmlbeans-LICENSE.txt
|       XmlSchema-1.4.3.jar
|       XmlSchema-LICENSE.txt
|       xom-1.0.jar
|       
+---modules
|       addressing-1.5.1.mar
|       axis2-jaxws-mar-1.5.1.mar
|       axis2-scripting-1.5.1.mar
|       mex-1.5.1.mar
|       modules.list
|       mtompolicy-1.5.1.mar
|       ping-1.5.1.mar
|       soapmonitor-1.5.1.mar
|       
\---services
        AxisHello.aar
        services.list
        version-1.5.1.aar
 
Back
Top