Where do I put the data of command line arguments and how do I transfer them to the receiving process?
do I put them as a whole on the receiving stack?
do I copy them piece by piece to an arbitrary location in memory, prior to the new process image and then toss pointers onto the stack? (this one seems :-/ to me->after abit of reading... it seems to be like that and an array of pointers is located on the stack)
For pointers to the right direction I say thanks in advance.
Now I set off and look at my own documention about argc and argv[] maybe i can deduce a bit from it.
stay safe
