1.

Solve : Change Date then return date?

Answer»

I want to:

[change the system date -> RUN APP -> change date back]

using a BATCH file

I've been trying to write the CURRENT date to a file so that I can read it back again and reset the date but I've failed. Can anyone HELP?

Thanks

MarkMark190,

You could TRY this code snippet:

SET currdate=%date%
date xx/xx/xx <-- put your date here
RUN APP
date %currdate%




Discussion

No Comment Found