From: shijn AT tcc DOT com DOT cn Subject: argc/argv 14 Jan 1999 04:49:43 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: gnu-win32 AT cygnus DOT com Hi! Evidently gcc treats argc/argv quite differently from Turbo C when * appears in any argvs. It always tries to replace this argv with as many as possible matching files. For example, main(int argc, char *argv[]) { int i; for (i=1; i