-
Notifications
You must be signed in to change notification settings - Fork 8
Not running at night - Notepad window opens #17
Comments
Hi edbusch, Please follow steps below
let me know if this helps |
Yep, I think it was the properties. I'll schedule a run for tonight. Thanks! On Thu, Oct 1, 2015 at 12:35 PM, Furqan Wasi notifications@github.com
|
sounds good! |
I've got Fixity set to run during the night. When I come in the next day, I find a Notepad window open with
Dim location, p
location = WScript.ScriptFullName
p = Replace(location, "fixity-Images_HCs.vbs", "fixity-Images_HCs.bat")
Set WinScriptHost = CreateObject("WScript.Shell")
WinScriptHost.Run("""" & p & """")
Set WinScriptHost = Nothing
and it has not executed. I can run checks manually fine. I'm on a PC with Windows 7. This happens for all of my projects.
The text was updated successfully, but these errors were encountered: