X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Georg Newsgroups: comp.os.msdos.djgpp Subject: argv[0] Date: Sun, 27 Nov 2011 11:28:22 -0800 (PST) Organization: http://groups.google.com Lines: 5 Message-ID: <16b04d29-8317-4c7f-929c-1a22a328fa32@p9g2000vbb.googlegroups.com> NNTP-Posting-Host: 92.250.191.164 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1322422102 17006 127.0.0.1 (27 Nov 2011 19:28:22 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 27 Nov 2011 19:28:22 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: p9g2000vbb.googlegroups.com; posting-host=92.250.191.164; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr User-Agent: G2/1.0 X-HTTP-Via: 1.1 TAS-4-2.man-a X-Google-Web-Client: true X-Google-Header-Order: UALSERCVNKH X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe) Bytes: 1265 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Does argv[0] in main() always return the absolute path to the running program including drive letter or are there situations where it does not? Georg