Comment on The Road to MS-DOS 2.0parentComments−seritools24dno, Windows still leaves that to the program. Usually handled by the msvc runtime for argv/argc, but the base windows API is GetCommandLine, giving you a single string.EDIT: https://nullprogram.com/blog/2022/02/18/
Comments
no, Windows still leaves that to the program. Usually handled by the msvc runtime for argv/argc, but the base windows API is GetCommandLine, giving you a single string.
EDIT: https://nullprogram.com/blog/2022/02/18/