Search found 4 matches

by ios
20 Nov 2018, 13:54
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235401

Re: Send email notification

Hi, the VBS-Script works perfect for me, but I have one question. How can I send the report to more users? Const MsgTo = "mail@provider.de" Br Ingo I never tried it, but I think you can do: Const MsgTo = "mail@provider.de;mail2@provide.de" or Const MsgTo = "mail@provider.de...
by ios
20 Nov 2018, 12:24
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235401

Re: Send email notification

Hi,
the VBS-Script works perfect for me, but I have one question.
How can I send the report to more users?
Const MsgTo = "mail@provider.de"

Br
Ingo
by ios
19 Nov 2018, 15:32
Forum: General Discussion
Topic: Folder with Time stamp
Replies: 3
Views: 3770

Re: Folder with Time stamp

Hi,
thx for your answer.
But I don't know how to use the Macros...
Can you give me a example for the folder date stamp?
Did I have to create a cmd file?

thx

br
Ingo
by ios
19 Nov 2018, 15:07
Forum: General Discussion
Topic: Folder with Time stamp
Replies: 3
Views: 3770

Folder with Time stamp

Hi Developers, is it possible to get a feature, which makes a folder with a date stamp? In robocopy it is possible with this command: set datum=%date% "C:\robocopy\robocopy.exe" "fromA" "toB.%datum%" /mir /r:2 /w:0 and I get a folder "toB.19.11.2018" I need th...