For example, if you want to create a file named Windowsfolderlist.txt, type the following command at a command prompt, and then press ENTER:
NOTE: The text file that you create is located in the folder that you are in when you follow these steps. In the earlier example, the Windowsfolderlist.txt file is located in the Windows folder.
Try other commands like:
dir source /s >> destination.txt
e.g. dir c:\ /s >> “c:\users\<username>\desktop\list.txt”
Or tree /A /F > tree.txt
Happy Extracting
On shared hosting/VPN or cloud if you’d like to increase the default max file upload size from 10M check our the below
You need to set the value of upload_max_filesize
and post_max_size
in your php.ini (in the example below 40M is what I’ve set the max upload to, however you can change to whatever you’d like eg. 100M etc.):
; Maximum allowed size for uploaded files. upload_max_filesize = 40M ; Must be greater than or equal to upload_max_filesize post_max_size = 40M Or in the cursed .htaccess file
php_value upload_max_filesize 40M
php_value post_max_size 40M
Happy uploading ....
Looking for an open source cloud file hosting application …
Look no further than http://owncloud.org/
– awesome app,
– easy to install (even on shared hosting),
– desktop sync clients,
– totally free and customisable