How to navigate in the DOS command prompt 도스 명령 프롬프트를 탐색하는 방법에

Posted on February 25, 2008 at 7:04 am 게재된 2008년 2월 25일은 오전 7시 4분

Earlier today I had to boot a clients computer into Safe Mode and delete a virus via the DOS command prompt because if Windows loaded, the file would become locked and hence undeleteable! 오늘의 앞부분을 했어요 안전 모드로 컴퓨터를 부팅하는 클라이언트와 삭제 도스 명령 프롬프트를 통해 바이러스가 로드된 만약 윈도우 때문에 파일을 고정하고 고로가 될 undeleteable! There are several other reasons why you may have to use the command prompt in your life (though rarely), so it’s good to know how to navigate your way around! 여러 가지 다른 이유가있을 수있습니다 당신의 인생에서 명령 프롬프트를 사용하여 (비록 거의), 그래서 좋은 방법 어떻게해야하는지 알고 주위를 탐색할 수있습니다!

If you’ve been wanting to learn how to use the command prompt in Windows, I’ll go through some of the basic MS DOS commands that are performed most often. 만약 당신이 원하는에서 명령 프롬프트를 사용하는 방법에 대한 자세한 내용 windows, 갈 중 일부의 기본적인 ms 도스 명령을 통해 수행되는 대부분의 자주합니다. Just so everyone’s on the same page, you can get to the command prompt by going to Start and then click on Run and typing in CMD . 그냥 모든 사람이 같은 페이지에서 명령 프롬프트를 얻을 수있습니다으로 이동하여 실행하고 시작을 누른 다음에 cmd 입력합니다.

명령 프롬프트를

You’ll now see a large black window with the cursor at the end of the path to your user profile in C:\Documents and Settings\Username. 커다란 검은 창을 이제 커서를 참조하십시오 끝에 귀하의 사용자 프로필에 대한 경로를 c : \ 문서 및 설정 \ 사용자 이름을합니다. So what to do now!? 그래서 무엇을해야할지 지금 당장!? Well, since I can’t explain everything, you’ll probably want to end up using some of the help guides that are provided in MS DOS itself by typing in HELP and pressing Enter. 글쎄요, 이후로 난 다 설명할 수 없다면 아마 도움을 끝내고 싶어 중 일부를 사용하여 ms 도스 자체에서 제공되는 설명서를 입력하여 도움말압박을 입력합니다.

When you do that, you’ll get a list of all the commands you can use in MS DOS and a short description of what they do: 언제 당신이 그렇게한다면, 당신의 모든 명령의 목록을 얻을 수있습니다 ms 도스에서 사용하고 그들이 어떻게하는지 짧은 설명 :

ms 도스

You can also find out more detailed information about the parameters and how to use each command by typing in the command name followed by a /? . 보다 자세한 내용을보실 수있습니다에 대한 자세한 정보를 매개 변수와 각각의 명령을 사용하는 방법에 따라 이름을 입력하여 명령에서 /?합니다. For example, typing in CD /?, will present you with a quick tutorial on how to use the CD command: 예를 들어, 검색창에 cd /?, 윌 선물로 당신을 사용하는 방법에 대한 간략한 자습서 cd 명령 :

명령 명령을 promt

As you can see from above, the MS DOS command CD displays the name of or changes the current directory. 위에서 보시다시피이 cd ms 도스 명령 또는 변경의 현재 디렉토리의 이름을 표시합니다. So if you wanted to change from the default user profile directory to let’s say the Windows System32 directory to delete a virus file, you would type in the following to navigate to that directory: 만약 당신이 원하는 디렉토리를 변경하려면 기본 사용자 프로필에서 창문이라고합시다 system32 디렉토리를 삭제하는 바이러스에 파일을면 다음을 입력하고 해당 디렉토리로 이동합니다 :

cd c:\window\system32 and press Enter cd c : \ 윈도우 \ system32하고 입력 키를 누릅니다

You current directory at the prompt will now change to: 프롬프트에서 현재 디렉터리 당신은 이제 다음으로 변경 :

ms 도스 명령을

Now that you are in that directory, you may want to view all of the files and directories first, so you can type in the command DIR and press Enter. 지금은 해당 디렉토리에 당신이해야 할 수있습니다 및 디렉토리의 파일을 모두보기 먼저, 디렉토리를하실 수 있도록 명령을 입력하고 입력 키를 누릅니다. You’ll now get a giant list of all of the files and folders in that directory. 하실 당장의 목록이 거인이 해당 디렉토리의 모든 파일과 폴더를합니다. You can type in DIR /? and see what parameters you can pass to it. 을 입력하실 수있습니다 디렉토리 /?보고 어떻게 매개 변수를 전달할 수있습니다.

디렉토리 ms 도스 명령을

As you can see, you could type in DIR /P to give the list in a paginated format that you can browse through slowly. 보시다시피를 입력할 수있습니다 디렉토리 / 피 paginated 형식으로의 목록을 찾아볼 수있습니다 느리게합니다. Or you could type in DIR /W to get the list in a wide format rather than one single column. 또는 수도를 입력 디렉토리 / 쓰기를 얻기 위해서 넓은 형식 목록에서 하나의 열에보다는합니다. The cool thing about DOS is that you can include several parameters for each command, so you could type in DIR /P /W and get a page by page view along with wide format: 차가운 건 도스는 각 명령에 대한 여러 매개 변수를 포함시킬 수있습니다, 그래서를 입력할 수있습니다 디렉토리 / 피 / 쓰기와 함께 좀 페이지를 페이지보기 와이드 형식 :

디렉토리 도스 명령을

There are lots of other commands that you can use to do all sorts of stuff like copy files, make directories, print text files, delete files, etc. So if you can do most of this stuff in Windows using the GUI interface, then why bother with DOS, right? 다른 명령이 세상에는 많은 종류의 물건을 다 할 사용할 수있습니다처럼 파일을 복사하게 디렉토리를, 인쇄 텍스트 파일을 삭제 파일, 등등 만약 당신이 이런 것들을 할 수 windows 대부분의 그래픽 사용자 인터페이스를 사용하여 인터페이스, 그렇다면 왜 방해가 도스, 맞죠?

Well, the cool thing is that any command you type in the command prompt, like we showed above, can be saved into a file with a .BAT extension and run anytime by just clicking on the file or can be scheduled to run using the Windows Scheduled Tasks Control Panel applet. 글쎄요, 차가운 것은 그 어떤 명령 프롬프트에서 명령을 입력할 때, 우리가 보여준 것처럼 위에 파일을 저장할 수있습니다. 박쥐 확장 및 실행을 클릭만으로 파일을 언제든지하거나 창문을 사용을 실행하도록 예약할 수도 예약된 작업을 제어판 애플릿합니다.

So if you want to be able to routinely perform some simple actions on your computer, like copying files from one folder to another, just type the commands into Notepad and save the file with a .BAT extension instead of as a text file. 그래서 일상적를 할 수있게 되길 원한다면 간단한 작업을 수행합니다 컴퓨터에서 다른 폴더로 파일을 복사하는 것처럼, 그냥 메모장에의 명령을 입력하고 파일을 저장합니다. 박쥐 확장을 텍스트 파일로 대신합니다. Basically, you have to choose All Files for the File Type option and then type in the name like “MyFile.bat” with the quotes included. 기본적으로,이 옵션을 선택하려면 해당 파일 형식에 대한 모든 파일의 이름을 입력하고 "myfile.bat"를 따옴표를 포함합니다.

박쥐 파일을

A couple of other very useful commands that you might have to end up using are listed below: 커플의 다른 아주 유용하게 명령을 사용해야 할 수도있습니다 결국은 다음과 같습니다 :

  • chkdsk - Verifies a hard disk or a floppy disk for file system integrity. chkdsk - 하드 디스크 또는 플로피 디스크를 검증하기위한 파일 시스템 무결성을합니다.
  • copy - Copies files from one location to another. 복사 - 사본을 하나의 위치에서 파일을 다른합니다. The destination defaults to the current directory. 현재 디렉토리의 대상이 기본으로 설정됩니다. If there are multiple source files, the destination must be a directory or else you will get an error. 여러 개의 소스 파일이있는 경우, 또는 다른 사람이있는 디렉토리의 대상이어야합니다 오류가 나타납니다.
  • fc - Compares two files or sets of files and displays the differences between them fc - 비교 두 개의 파일 또는 세트의 파일과 그들 사이의 차이가 표시됩니다
  • fdisk - Manipulates hard disk partition tables. fdisk - 하드 디스크 파티션 테이블을 조작합니다. When run from the command line, it displays a menu of various partitioning operations. 커맨드 라인에서 실행하면, 그것의 다양한 파티션 작업 메뉴가 표시됩니다.
  • format - Delete all the files on the disk and reformat it for MS-DOS. 형식 - 디스크에있는 모든 파일을 삭제하고 다시 포맷이의 경우 - 도스합니다. Use mostly for formatting floppy disks or other removable disks. 대부분 플로피 디스크를 사용 또는 기타 이동식 디스크를 포맷합니다.
  • scandisk - Disk diagnostic utility that is a replacement for the CHKDSK utility. 디스크 검사 - 디스크 진단 유틸리티 그것은 chkdsk 유틸리티에 대한 교체합니다.
  • SFC - System File Checker - Scans all protected system files and replaces incorrect versions with correct file versions. sfc - 시스템 파일 검사기 - 보호된 모든 시스템 파일을 스캔하고 잘못된 버전을 올바른 파일 버전을 대체합니다.

That should hopefully get you up and running on how to use and navigate in the MS DOS command prompt! 잘만해야하고 실행하는 방법에 대한 일어나요의 사용 및 이동 ms 도스 명령 프롬프트를! If you have a question, please post a comment! 이 있으시면 질문, 의견을 게시하시기 바랍니다! Enjoy! 즐거운 시간 되십시오!

Technorati Tags: technorati 태그 : , , ,

If you enjoyed this post, make sure you 이 게시물에 즐거워하는 경우, 있는지 확인하십시오 subscribe to my RSS feed 내 피드 구독하려면 ! !

» Filed Under »소송 아래에 Computer Tips 컴퓨터 팁

Related Posts 관련 게시물

Please post your comments/suggestions! 게시물하시기 바랍니다 귀하의 의견 / 제안!