Re: Setting process command name in forked process

2024-01-26 Thread Steve Beck via Cygwin
Thanks so much for the reply, Anton! Really appreciate it. I tried what you proposed. Here is the code trying both ways (overwriting what is referenced by __argv[0] and then reassigning the reference). I compile this code (foo.c) simply as follows: gcc -o foo foo.c (with no errors or warnings

Re: Setting process command name in forked process

2024-01-29 Thread Steve Beck via Cygwin
next available release. Thanks again! Best, Steve From: Corinna Vinschen Sent: Monday, January 29, 2024 1:58 AM To: cygwin@cygwin.com Cc: Steve Beck Subject: Re: Setting process command name in forked process On Jan 26 18:35, Steve Beck via Cygwin wrote: >