Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

@Command( [Execute];"program-name")

Status
Not open for further replies.
Are you @Text(ing) the variables?.

Show me the full code and I'll be able to tell you the problem.

McElvis
 
did you try something like :

v_path := "blablabla";
v_module := "blablabla";
v_version := "blablabla";
v_argument := " + v_path + "&filename=" + v_module + "&version=" + v_version;

@Command( [Execute];v_argument )

a little bit longer, but it should work (I think)
 
I forgot, v_path, v_module, v_version can be fields
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top