Search found 4 matches
- 20 Nov 2018, 13:54
- Forum: General Discussion
- Topic: Send email notification
- Replies: 99
- Views: 3240851
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,mail2@provide.de ...
- 20 Nov 2018, 12:24
- Forum: General Discussion
- Topic: Send email notification
- Replies: 99
- Views: 3240851
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
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
- 19 Nov 2018, 15:32
- Forum: General Discussion
- Topic: Folder with Time stamp
- Replies: 3
- Views: 3802
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
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
- 19 Nov 2018, 15:07
- Forum: General Discussion
- Topic: Folder with Time stamp
- Replies: 3
- Views: 3802
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 this Option for a project in our company ...
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 this Option for a project in our company ...