Has anyone seen the following problem?
An application reads the Date$ and Time$ system variables and
displays the information on an LCD every five (5) seconds for
reference purposes. The Time$ variable appears to work OK just
after midnight but the Date$ variable does not advance by one
day.
If the application is shutdown and Date is typed at the DOS
prompt, the correct date is displayed on the screen. Is there
some function that allows MS DOS to process background tasks
like updating the Date$ system vairable that needs to be
called?
Any thoughts would be appreciated.
------------------
php
An application reads the Date$ and Time$ system variables and
displays the information on an LCD every five (5) seconds for
reference purposes. The Time$ variable appears to work OK just
after midnight but the Date$ variable does not advance by one
day.
If the application is shutdown and Date is typed at the DOS
prompt, the correct date is displayed on the screen. Is there
some function that allows MS DOS to process background tasks
like updating the Date$ system vairable that needs to be
called?
Any thoughts would be appreciated.
------------------
php
Comment