D
D
Dmitry Treiserov2020-02-05 07:45:00
webpack
Dmitry Treiserov, 2020-02-05 07:45:00

Sending a file to the mail according to the schedule. What are the programs and how to set up?

Good morning, colleagues.
It is worth (in the literal sense) task: every Friday to send reports to e-mail.
I created two batch files that copy all the reports to one place and then put them in an archive.
there is a temporary pillow at 6 o'clock to send a message automatically.
after 6 hours another batch file deletes all files.

question: through which program and how to set up automatic sending of files on time?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
hellcaster, 2019-05-19
@web_Developer_Victor

Thanks Artyom Petrenkov . In fact, the error is extremely banal. Instead of 'webpack ...' 'webpack-dev-server ...' was written in package.json Therefore, nothing worked

G
Gregory, 2020-02-05
@Tracerov

smtpsender

-attach <path[;name]> - using this parameter, you can attach a file to the message

add the necessary parameters for sending to your bat file, and push it into the scheduler :)

V
Vladimir Korotenko, 2020-02-05
@firedragon

Create a task in the windows schedule and execute this script, in fact you only need to fix the variables for your environment
https://gallery.technet.microsoft.com/scriptcenter...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question