Search?

  • Home
  • About
  • Contact
  • Write Here
  • Rss

Make A Directory List With The Command Prompt In Seconds

Posted by admin in Windows  TAGS in Windows

18

Oct

Did you ever want to send a list of all the music in your computer to someone else? How about the names of all the files in a specific directory - like My Documents? This can be easily done with the command prompt which is built into Windows. Although there are many programs out there that are able to create directory lists, using the command prompt is quick, easy, and there is no need to install a new application.
More…
Running and Navigating in the Command Prompt
To run the command prompt, click on Start->Run and type cmd.
Notice that you are immediately placed in C:\Documents and Settings\[user].
cmd.gif
Navigate to the folder that you want to create a list of all files in by using the ‘cd’ command:
Simply type “cd\folder1\folder2\…”. So if you want to get to the folder c:\MyFiles\Music you would type:

cd\myfiles\music

cmd2.gif
Now, just type this command:

dir /on /b /s >list.txt

The file list.txt will be created in the directory (in this case c:\MyFiles\Music\list.txt) and will include all the files and sub-directories that are included in the current folder. If you only want a list of the files and folders in the current folder without its sub-directories, remove the /s, to make it:

dir /on /b >list.txt

The /on orders the lists by alphabetical name, the /b makes it only list the filename, and the /s includes subdirectories files in the list.

Of course, you can change the text file to anything you want by changing list.txt to anything.txt.

This is how the text file will look like:
list.gif

You can modify this file in seconds and make it look exactly like you want it (like removing the c:\MyFiles\Music part) with your favorite text editor and the Find and Replace feature. This can be used to make lists of everything on the computer - music, documents, pictures and programs.

This whole process takes less than 30 seconds and is vital at times. Especially before a reformat.

If you're new here, you may want to subscribe to the RSS feed.

Add to

StumbleUpon

Del.icio.us

Digg

5 comments

Take Control Of Your StartUp Programs

Posted by admin in Windows, Software Tips  TAGS in Windows, Software Tips

25

Sep

The programs that startup with windows should be monitored the most. Sometimes there are those programs which are installed and allow themselves to run at startup, without really notifying the user - like installed iTunes and quicktime magically appears in the taskbar, or adobe reader. It is really unnecessary to have such programs run if you don’t use them consistently.

Luckily, there is an amazing program which lets you be in control of every single program which launches during startup:


continue reading "Take Control Of Your StartUp Programs"

Add to

StumbleUpon

Del.icio.us

Digg

no comment

Be Productive With Program Launchers

Posted by admin in Windows  TAGS in Windows

16

Sep

One of the best features in Vista is undoubtedly the indexing and search feature. Click Start - type in the keyword - Enter and Vista automatically find what you want. This makes it possible to be much more productive. Instead of searching through the start menu, a cluttered desktop, gigabytes of music or a massive amount of documents, you just repeat those steps. Start - keyword - enter.

However, what if you don’t have Vista yet? Or maybe you want to try out a different style of program. Well, application launchers are the answer.


continue reading "Be Productive With Program Launchers"

Add to

StumbleUpon

Del.icio.us

Digg

no comment

Save Valuable Boot Time On Windows XP

Posted by admin in Windows, Software Tips  TAGS in Windows, Software Tips

11

Sep

Starting the computer and having to wait for that Windows loading screen can get irritating. However, there is a trick that you can use to speed it up dramatically. This trick is done by moving the Virtual Memory from the system hard drive to any other hard drive. Unfortunately, this only works if you have two or more physical hard drives (not virtual/partition):

To do this, follow these steps:


continue reading "Save Valuable Boot Time On Windows XP"

Add to

StumbleUpon

Del.icio.us

Digg

3 comments

Welcome To Live Slick

Get tips and guides on how to have a better and more productive life - especially with regard to computers, software, and anything related to electronics.

Subscribe

  • Enter your email address to
    subscribe to new articles by email:
  • Add to Technorati Favorites

    Archives

      • January 2008
      • December 2007
      • October 2007
      • September 2007
      • August 2007

    Categories

      • File Sharing
      • Firefox
      • Freeware
      • Frugal Living
      • iPod
      • Living Tips
      • Mac
      • Online Shopping Tips
      • Opera
      • Software Tips
      • Windows

    Recent Posts

      • Speed Up Your Typing With AutoHotKey’s “Hotstring”
      • Install Leopard With An External Hard Drive
      • Opera 9.5 Beta Released!
      • Make A Directory List With The Command Prompt In Seconds
      • Use Different Firefox Profiles For Different Browsing Habits

    ©2007-2008 Live Slick - Ghacks Theme