別のプログラムからの起動時にデータを受信できるアプリケーションを作成しようとしています。例えば:
Start_App.exe calls Main_App.exe and gives it the current date, all at the same time
(while launching it)
Main_App.exe outputs the date on its console
Start_Appによって渡されたデータがないと、他のプログラムは正しく機能しないか、何か他のことをします。しばらく探していましたが、技術名が足りないようです...