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.
次のように、CMD シェルで .exe ファイルを開き ます 。ありがとう
スペースを含むパラメーターを引用符で囲む必要があります。
d:/program1.exe text1 text2 "text3 text4 text5"
このようにプログラムを呼び出すと、ParamStr(1) は 'text1'、ParamStr(2) は 'text2'、ParamStr(3) は 'text3 text4 text5' になります。