Posted by philippem
(70.189.91.157) on January 12, 2007 at 13:15:31: In Reply to: program-call with command-line-parameter posted by wolfgangr on January 11, 2007 at 09:04:42: Are you asking how a program can fetch its command line parameters ? If so that depends on the language. Ex: with C you check the argv[] parameter of your main
|