views
Open notepad by going to Start > All Programs > Accessories > Notepad. Vista and 7 users can just type "notepad", without quotes, into the start menu and hit enter.
Copy the following code: @echo off dir/s pause
Go to File> Save As Change the "Save as type" box to "All Files". REMEMBER! Save the file to C: otherwise it won't be as spectacular as it will only list the files in that folder and sub-folders. To do this see "Tips". Type "anything.bat" into file name and click "Save"
Open "Computer" and double click C:. You should see the file saved in your C: drive.
Right click the file and select Send To > Desktop (Create Shortcut).
Or you can go to the C: drive and run the program from your C: drive if you do not like to have a lot of icons on your desktop.
Minimize all the windows and click on the shortcut.
Enjoy! You should see every file listed on the C: drive in random order going very fast in a Command Prompt window.
Comments
0 comment