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.
如何从 Visual Studio 命令行提示符指定命令行参数?
假设我想用一组字母或其他东西开始我的 Main。在 Visual Studio 2010 中,我会浏览调试选项卡,但我不知道如何使用命令行提示符执行此操作。
您只需在您的 exe 名称后添加它:
myProg.exe arg1 arg2 arg3