How to navigate in the DOS command promptどのようにナビゲートするには、 DOSコマンドプロンプト
Posted on February 25, 2008 at 7:04 am投稿された2008年2月25日、午前7時04時
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!今日の私はそれ以前のクライアントを起動するとセーフモードでコンピュータを介してウイルスを削除する場合は、 DOSコマンドプロンプトウィンドウから読み込まれ、ファイルのロックとなるしたがって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 DOSのコマンドをいくつかの基本的なことが最も頻繁に行われています。 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 .だからみんなの上だけで、同じページでは、取得することができますし、コマンドプロンプトを起動し、次に行くのをクリックして実行を開始するとコマンドを入力してください。
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が提供してDOSで、自分自身を押して入力して、 ヘルプと入力してください。
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 DOSと彼らは何かの簡単な説明:
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:例えば、入力して枚/ですか、あなたは、プレゼントをどのようにして、クイックチュートリアル枚を使用してコマンドを使用します:
As you can see from above, the MS DOS command CD displays the name of or changes the current directory.上から見てわかるとおり、 DOSコマンドは、 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ディレクトリまあ言ってみれば、 Windowsのウイルスファイルを削除するには、次のコマンドを入力すれば、そのディレクトリに移動:
cd c:\window\system32 and press Enter 枚c : \ウィンドウ\ system32に、 Enterキーを押します
You current directory at the prompt will now change to:あなたは、今すぐプロンプトでカレントディレクトリを変更する:
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.さて、あなたは、そのディレクトリには、表示したいと思うかもしれませんが、すべてのファイルやディレクトリを第一に、することができますので、コマンドのディレクトリを入力して、 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.を入力する場合は、このディレクトリに/ ?を参照してどのようなパラメータを渡すこともできます。
As you can see, you could type in DIR /P to give the list in a paginated format that you can browse through slowly.見てわかるとおり、あなたは、このディレクトリの種類/ pを与えるpaginatedフォーマットのリストは、徐々に拾い読みすることができます。 Or you could type in DIR /W to get the list in a wide format rather than one single column.あなたは、このディレクトリまたはタイプを/ wのリストを取得するというよりは、ワイドフォーマットの1つ1つのコラムです。 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:ドスのクールなことについては、いくつかのパラメータを含めることができますが、各コマンドは、今あなたが、このディレクトリ型/ページビュー数/ wとページに表示されたページを取得するとともにワイドフォーマット:
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のGUIインターフェイスを使用して、それならDOSで面倒な思いをするでしょ?
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.だから場合は、日常的にできるようにするいくつかの単純なアクションを実行するコンピュータ上で、 1つのフォルダのようにファイルをコピーしてからもう一つは、このコマンドを入力するだけでファイルを保存するとメモ帳です。コウモリの代わりとして、テキストファイルの拡張子です。 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. コピー -1つのファイルを別の場所にコピーします。 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 ファイバチャネル -2つのファイルを比較したり、ファイルを設定すると、それらの間の違いを表示します。
- 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. フォーマット -、ディスク上のすべてのファイルを削除するとM S- D OSのために再フォーマットすることです。 Use mostly for formatting floppy disks or other removable disks.主に使用するためのフロッピーディスクまたはその他のリムーバブルディスクのフォーマットです。
- scandisk - Disk diagnostic utility that is a replacement for the CHKDSK utility. でscandisk -診断ユーティリティディスクを交換するためには、 c hkdskを実行してユーティリティを実行します。
- SFC - System File Checker - Scans all protected system files and replaces incorrect versions with correct file versions. マップ -システムファイルチェッカー-保護されたシステムのすべてのファイルをスキャンすると、正しいバージョンのファイルのバージョンを置き換えます間違っている。
That should hopefully get you up and running on how to use and navigate in the MS DOS command prompt!うまくいけばならないとして実行してすぐに使用することをどのように使用するとは、 MS DOSコマンドプロンプトでナビゲート! If you have a question, please post a comment!質問がある場合は、コメントを投稿してください! Enjoy!楽しんでください!
Technorati Tags: Technoratiタグ: navigate command promptコマンドプロンプトナビゲート , 、 navigate dos command promptナビゲートDOSコマンドプロンプト , 、 ms dos command prompt ms DOSコマンドプロンプト , 、 ms dos commands ms DOSコマンドIf you enjoyed this post, make sure you この投稿を享受する場合は、必ず subscribe to my RSS feed 私のRSSフィードを購読して ! !
» Filed Under »提出下 Computer Tipsコンピュータのヒント
Related Posts関連記事
- How to delete undeletable files in Windows (Part 1) undeletableウィンドウズのファイルを削除する方法(パート1 )
- Another way to hide files and folders in Windows XP別の方法でファイルやフォルダを非表示にウィンドウズXP
- How to access Mac files on a Windows PC Macのファイルにアクセスする方法については、ウィンドウズパソコン
- Find and remove duplicate files with Duplicate Cleaner重複ファイルを検索して削除して、重複クリーナー
- Enso Launcher - Forget All Your Windows Shortcuts ensoランチャー-W indowsのショートカットをすべて忘れる
























