Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、すべてのネット使用パスをリストする txt ファイルを作成できるかどうかを知りたいだけです
できるよ
net use > c:\netusepaths.txt
これにより、テキスト ファイルにパスが表示されます (必要なファイル名と場所を選択するだけです)。
(ネット使用の出力全体ではなく)パスがオンになっている行だけが必要な場合は、試してください
net use | find "OK" > c:\netusepaths.txt
これはあなたが必要とするものですか?
net use > c:\temp\test.txt