我正在尝试创建一个应用程序,该应用程序可以在从另一个程序启动时接收一些数据。例如:
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 传递的数据,其他程序将无法正常工作或将执行其他操作。我一直在寻找一段时间,但似乎我错过了技术名称......