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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to pass arguments to a compiled *.prg

Status
Not open for further replies.

MrDontKnowNothing

Programmer
Jun 26, 2003
94
DE
hi folks,

i know this is probably very simple, but i need to know, how i can pass arguments to a *.prg, when it is already compiled and should be run from the cmd.

cheers

alex
 
ok, i did that way:

parameter test1, test2

wait window test1 + ' ' + test2

so far, so good! but how can i do that in a c style? with an array and stuff?

cheers

alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top