私が抱えている問題は、最後に2つのエクスプローラーウィンドウを開こうとするバッチファイルにあり、次に、あるフォルダーから別のフォルダーにファイルをコピーする手順が記載されたメモ帳.txtファイルを開きます。
バッチ ファイルを実行すると、2 つのエクスプローラー ウィンドウの間に .txt ファイルが開きます。それを実現する方法はありますか?お時間をいただきありがとうございます!
explorer "C:\program files (x86)\SEL\SEL5010"
explorer C:\users\public\temp\SEL5010
ECHO. >>C:\users\public\temp\SEL5010\Instructions.txt
ECHO Hello %username%, >>C:\users\public\temp\SEL5010\Instructions.txt
ECHO. >>C:\users\public\temp\SEL5010\Instructions.txt
ECHO Copy SEL5010.lic >>C:\users\public\temp\SEL5010\Instructions.txt
ECHO. >>C:\users\public\temp\SEL5010\Instructions.txt
ECHO FROM: The C:\users\public\temp\5010 folder.
ECHO TO: The C:\Program Files (x86)\SEL\SEL5010 folder.
notepad C:\users\public\temp\SEL5010\Instructions.txt