QUOTE(orko @ Aug 21 2007, 02:43 PM)
I know what you mean but I found I do same as website but it not work.
I tell on webboard and share exp
if someone read it and do it and it work I need exp but if not not work same me I think I will response to ni.
my point is when you compile program to dll or exe you will found "Pass all commandline arguments to application" but
if my program name work.vi and it has 3 inputs <IP> <PORT> <PAGE>
What is true command line?anybody know?
LabView {PATH of LabView FILE}/work.vi -- <IP> <PORT> <PAGE> or
LabView {PATH of LabView FILE}/work.vi -- <PAGE> <IP> <PORT> or anything?
someone could you tell me what is true?and how to do?
but I found when I test with myself anyanswer is wrong,any agrument can not pass to my .vi if I call by command line,
even if I compile and check "pass all agrument" but my work.exe still not recieve agruments that I send to it.
if anybody want to call LabView by another program etc. .BAT VB VC or Perl,I think this topic will help you if someone answer or member share exp(only share exp) because if it not work also by command line we just think to solve by another way.
QUOTE(Tom Limerkens @ Aug 22 2007, 06:47 PM)
When building an application, remember to enable 'Pass all commandline arguments to application'
in the 'Application Settings' Tab of the application builder.
Otherwise no arguments will be accessible in the EXE.
Tom
Thank you very much for your response but I still not work coz before I post this topic I found and check it before
this my first thinking, LabView 7.1 is not support command line.
but I think I'm wrong and then I try many time it still not work too.
my program can not recieve any agrument.
before try it I think it easy and common sense same as orko and any member that complain me but no answer for help,too
but for anybody try to help me,I really thank you anyway you answer can help me or not but now it still not work.