Posts by hhssn42 • 33 points
2 posts
-
3
votes1
answer1026
viewsQ: Txt file directory with VBS
My VBS code is like this: Dim oShell Set oShell = Wscript.CreateObject("WScript.Shell") filename = "C:\Users\Public\Documents\Copy_File.txt" oShell.Run(filename) Is there any way I can leave this…
-
-1
votes1
answer320
viewsQ: Server ping and email sending questions
I have a need to create a routine that every minute test if the company server is online and if it is not possible to send an email warning the name of the unavailable server and the time. Another…