Showing posts with label Cmd. Show all posts
Showing posts with label Cmd. Show all posts

Sunday, February 2, 2014

Here is an interesting command prompt hack .You can hide, assign, delete etc. disk partition in few steps.
1.Select Start , then Run , in Run option type cmd. (or  start->All Programs->Accessories->Command Prompt)
2.In Command Prompt (cmd) type DISKPART


3. Then type LIST VOLUME, after this you will get an partition  overview, as shown below
4. Type SELECT VOLUME (number) , press ENTER on keyboard, then type  REMOVE LETTER (letter )as shown below
5.After this disk partition will be hidden. How to return disk partition? Easy, just type ASSIGN LETTER (letter), as shown beloww
With Command Prompt (cmd) , you can manipulate  disk partition. Here is list of possibility:
Most of the computers that have public access to people has Command Prompt blocked. This is for security reasons. Some time you  may want to view hidden files in the public computer using command prompt (in case Folder options settings is not available). Lack of Command Prompt will be great loss of if you want to hack in to the networking or the same pc.
There are several tweaks and hacks to enable command prompt, but it is so much tricky. I am introducing you with a nice alternative for command prompt.
Have a look at the screenshot. It supports all the features that Command Prompt does. Even all the wild cards that can be used in DOS(Disk Operating System).

Click Here To Download
It is actually a DOS Shell, which interpets user command same as in DOS.

Thursday, January 2, 2014

In this simple tutorial, I´ll show you how to print out a list of files in a folder. There is plenty of shareware programs which can do this, but I think that the simplest way to do this is with using Command Promt ( cmd).

1. Go to Start, then click Run. In Run option type cmd and click OK.
2. After this will open cmd.exe ,find folder which you want to print out with cmd, If you do not know how to move through the directories using cmd, see this post: How to find directories with cmd.
3. When you find specified folder, with this command dir > list.txt, you´ll create text document with list of files.
Example:
I want to print list of all files in folder with path E:\movies
In cmd I´ll write E: and press enter , then write cd and with TAB find folder movies and press enter . Then write dir > list.txt In folder with path E:\movies I will find text document list. txt . Open that text document and print out. It looks like this
cmd
After this list.txt created in E:movies
list of files cmd
List.txt looks like this
Subscribe to RSS Feed Follow me on Twitter!