From: "David Robinson" Newsgroups: comp.os.msdos.djgpp Subject: Programming Help Date: Thu, 20 May 1999 16:46:44 -0400 Lines: 9 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 NNTP-Posting-Host: e215.delmarva.net X-NNTP-Posting-Host: e215.delmarva.net Message-ID: <371ce8c3.0@phisteria.delmarva.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am trying to time and date stamp data inside a file. How would I pull the time and or date into a C program? I see there is a _dos_getdate, and a _dos_gettime function in the library. How do I assign this to a variable in my program? Thanks for any help! Dave Robinson