在Vb6.0里,怎样可以使用“程序名.exe /?”就出现说明窗口,而用“程序名.exe /参数”来运行带参数的程序?
dim aa=command()if a="参数" then'要干什么end if