V vrix Unregistered / Unconfirmed GUEST, unregistred user! 2005-08-01 #1 如何得到一个正在运行的应用程序在运行时的参数,使用什么API可以得到?
V vrix Unregistered / Unconfirmed GUEST, unregistred user! 2005-08-01 #2 如何得到一个正在运行的应用程序在运行时的参数,使用什么API可以得到?
L lclqy Unregistered / Unconfirmed GUEST, unregistred user! 2005-08-01 #4 paramstr[0] = 程序自身的名字<br>paramstr[1] = 命令行参数1<br>paramstr[2] = 命令行参数2 <br>......<br>paramcount = 命令行参数个数
paramstr[0] = 程序自身的名字<br>paramstr[1] = 命令行参数1<br>paramstr[2] = 命令行参数2 <br>......<br>paramcount = 命令行参数个数