There is an old trick from Dos days (still valid in all windows under cmd prompt or even command.com) when we wanted to create a quick file without loading up edit (edit.com) was to use copy con.トリックには、古いDOSの日中から(まだ有効では、すべてのWindowsされてもcmdプロンプトまたはcommand.com )を作成するときに私たち指名手配を素早くファイルを読み込んでいますを編集( edit.com )はconのコピーを使用しています。 The exact syntax is:正確な構文は:
copy con filename コピーcon ファイル名

Subsequent lines you type are copied to the file.後続の行がコピーされたファイルを入力する。 You could end the content by pressing Ctrl-Z and then pressing Enter.あなたが終了してコンテンツを押して、 Ctrlを押しながら- Zと入力し、 Enterキーを押します。

Good old days古き良き時代 : )

My other favorite trick was marking directories as hidden and system so others couldn’t access it, especially useful in shared computers.私の好きなトリックは隠しファイルとシステムとしてマーキングので他のディレクトリにアクセスできませんでしたし、共有コンピュータで特に有用です。

What are your favorite DOS tricks?お好みのDOSのトリックは何ですか?