From: "Jon Seanor" Newsgroups: comp.os.msdos.djgpp Subject: Reading the command line Date: Fri, 24 Oct 1997 08:52:04 +0100 Organization: Research Machines plc Lines: 15 Message-ID: <62pk3q$3q$1@panther.rmplc.co.uk> NNTP-Posting-Host: 172.16.27.70 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Just a quick question. I'm forever forgetting the syntax for reading the command line, i.e. passing it to the main function as parameters. Do you know what the syntax is? void main(char* argv[], int argc) <---is this right? {} Thanks to all Jon