Log generation timestamp in dbs_min_generate.cmd

Adds a command to write the current date to dbs_min/timestamp.log after running the dbcompiler task, providing a record of when the generation script was executed.
This commit is contained in:
DosX 2025-09-28 16:33:43 +03:00
commit 0bd049c39c

View file

@ -1,3 +1,4 @@
@echo off
rd dbs_min /q /s
node autotools\dbcompiler\task.js
node autotools\dbcompiler\task.js
echo Generated: %DATE%>dbs_min\timestamp.log