Home All Groups Group Topic Archive Search About
Author
2 Jun 2005 4:00 PM
John Smith
Hi
How do I read command line arguments that where set on the Project
Properties->Make->Command Line Arguments

Thanks, mdn

Author
3 Jun 2005 7:28 AM
J French
On Thu, 2 Jun 2005 18:00:58 +0200, "John Smith" <m**@bezeqint.net>
wrote:

>Hi
>How do I read command line arguments that where set on the Project
>Properties->Make->Command Line Arguments

MsgBox Command$
Author
3 Jun 2005 2:22 PM
Ken Halter
"John Smith" <m**@bezeqint.net> wrote in message
news:429f1f5c$1@news.bezeqint.net...
> Hi
> How do I read command line arguments that where set on the Project
> Properties->Make->Command Line Arguments
>
> Thanks, mdn

Yup... as J said... the Command$ variable/function will give you that info.
Just in case you're wondering, that setting has zero effect on the compiled
app. It's there to enable you to debug your command line support code.


--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..