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.
私はc#でアプリケーションを作成しましたが、正常に動作するようになりました。コマンドプロンプトからexeを実行できるようにする必要があります。アプリケーションは.txtファイルを入力し、.txtファイルを生成します
例:-C:\ user \ abc> xyz.exe INPUT.txt
C:\ user \abc>OUTPUT.txtが保存されます。
コマンドラインからプログラムに引数を渡すことができるように、コンソールアプリケーションにコマンドライン引数を使用する必要があります。