[Windows Convenience] Reuse folder structure to save time! How to copy only folders
@ wako _ pc _ work ← Overtime will be reduced by following!
Today, I introduced how to copy only the folder structure ✨
Please use it because it is convenient when you want to reuse the folder structure 🫶
[How to do]
① Open Command Prompt with Windows Key + R
② Enter the following and click Enter
xcopy "Source folder path" "Destination folder path"\ T\ E
< Image >
For example, if you want to copy only the folders under Project A (★ only),
Source folder path = Project A folder path
"Destination folder path" = Project B folder path
It will be!
Project Management Folder
└ Project A folder
└ Managed folder ★
└ Schedule File
└ Design folder ★
└ Design document file
└ Development folder ★
└ Development procedure file
└ Project B folder
- - - - - - - - - - - - - - -
[Self-introduction]
It's Wako!
At a major IT company, I develop apps and manage teams 💪
There is such a past.
Adaptation disorder due to working too much
Overtime is now less than 10 hours a month!
・ I was shaken by my boyfriend who I dated for 5 years
Let go of perfectionism and 😊
Meet a nice person and have a happy marriage 🕊️
These two things changed me when I was at rock bottom!
① Skill up
② Mind
We will deliver not only Excel, PowerPoint, Word but also mind and know-how to promote work easily 🫧
Nice to meet you!
Those who want to know more 👇
@ wako _ pc _ work
- - - - - - - - - - - - - - -
フォルダ構成のみをコピーしたい場面は多いですよね。特にプロジェクトごとのフォルダを丸ごと複製したいけれど、中のファイルは不要な場合に重宝します。 私も以前は新しいプロジェクトを作る際に、一つずつフォルダを作っていましたが、時間がかかってしまい大変でした。しかし、Windowsのxcopyコマンドの「\T」と「\E」オプションを使うと、空のフォルダ構成だけをまるごとコピーできるので作業が爆速になりました。 使い方はとても簡単です。Windowsキー+Rで「ファイル名を指定して実行」を開き、「cmd」と入力してコマンドプロンプトを起動。そこに「xcopy "コピー元のフォルダパス" "コピー先のフォルダパス" /T /E」と打ち込み、Enterを押すだけ。 たとえば、プロジェクトAの管理・設計・開発フォルダのみをコピーしてプロジェクトBに同じフォルダ構成を作りたい場合に非常に便利です。ファイルは一切コピーされず、空フォルダだけ作成されるため後でファイルを整理するのも簡単になります。 ちなみに、フォルダパスはエクスプローラーのアドレスバーからコピーすれば間違いがありません。私も最初はパスの半角スペースやバックスラッシュで戸惑いましたが、正確に入力すれば問題なく動きます。 この方法は複数のプロジェクト構成を管理したい方やフォルダ構成をテンプレート化して使いたい方に特におすすめ。ちょっとしたコマンド操作だけで効率化が図れるので、ぜひ覚えて活用してくださいね。



































































































































