to execut that command
dst-path=([/system clock get date].html/])
a need to get date dote html
to execut that command
dst-path=([/system clock get date].html/])
a need to get date dote html
dst-path=([:pick [/system clock get date] 0 3] . "-" . [:pick [/system clock get date] 4 6] . "-" . [:pick [/system clock get date] 7 11] . ".html");
is any way to add info to current file without rewriting …
couse my script runs each 24h to don’t produce many files …
How large are they? To merge files you have to use a script. Scripts cannot handle file content larger than 4096 bytes. Possibly 4095 bytes, thinking about it.
It’s very small
It’s something like log files which return current date and time and what it it’s done…
For example
##START JOB CURENT DATE 01 OCT 2010###
###Disable users###
-- Disable user 1
-- Disable user 2
-- Disable user 3
-- Disable user 4
###Ordering new month###
-- User 1 - 20$
-- User 2 - 20$
-- User 3 - 20$
-- User 4 - 20$
###TEMPORY DISABLING/ENABLING USERS###
--User 1 - ENABLING
--User 2 - DISABLING
--User 3 - ENABLING
###END JOB###
It’s about to 100 users
That’s close to 4095 bytes and I wouldn’t bother combining the files. It will be more trouble than it is worth.
ok i will be logging at web server side …