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.
エクスプローラーで選択した複数のファイルを受け取り、コマンド ライン引数を介してアプリに送信したいと考えています。それが1つのファイルになる場合、レジストリに次のように書くことができます:
java -jar myapp.jar "%1"
もちろん、この場合、選択されたすべてのファイルは app の個別のインスタンスで開かれます。1 つのインスタンスで複数のファイルを受信できますか? 目標を達成するには、「%1」の代わりに何を書く必要がありますか?