Savedate v1.0 Will get the current date, automatically place a given date into
the computer, run a program and upon conclusion replace the date with the
current date. This may be helpful with some "demo" programs that expire after a
certain date.

This program is placed in the Public Domain. The author makes no guarantees
of any kind and is not responsible for any damage what so ever. If you use it,
you are assuming the entire responsibility.

You must configure the RUNPROG.BAT as follows:


    The next entry creates the file to hold the current date. No changes need
    to be made here.

savedate>day.txt

     The next entry hold the date needed to run the program. Change this to
     whate ever date you need.

date 06-14-1995

     The next entry is the command to run the program. If the command is a
     batch file "CALL" the batch file so upon the programs conclusion control
     will be passed back to this file. If this is not done the current date
     will not be correct. This program will not function properly if the
     program to be run will be running midnight or later. Change this to the
     command to run your program,

dojob.exe

    The entry line resets the computer to the current date. No cganges need to
    be made here.

date<day.txt

Remember that any data files created while running a program in this manner
will not have the correct date and that dates that a program aquires from the
computer's date will also be incorrect.

08/17/1996
Dave Jackson






