diff --git a/CiCd/testing.vbs b/CiCd/testing.vbs new file mode 100644 index 0000000..92e8115 --- /dev/null +++ b/CiCd/testing.vbs @@ -0,0 +1,13 @@ +Dim DeployMachine:DeployMachine = "KCI-APP01" +Dim WshShell:Set WshShell = WScript.CreateObject("Wscript.Shell") + +debug.WriteLine ScriptDirectory & "PsExec64.exe -i \\" & DeployMachine & " -u ntp\daniel_admin -p BarkHornSlam4* cmd.exe /C nircmd.exe " & _ +"elevatecmd runassystem powershell ""Stop-WebAppPool -Name tracking"" & exit" + +WshShell.Run ScriptDirectory & "PsExec64.exe -i \\" & DeployMachine & " -u ntp\daniel_admin -p BarkHornSlam4* nircmd.exe " & _ +"elevatecmd runassystem powershell ""Stop-WebAppPool -Name tracking""" ,1,True + + + + +' powershell -Command "Stop-WebAppPool -Name tracking" \ No newline at end of file diff --git a/SnailWorks_CreateJob_File_SpecificationV5.1.docx b/SnailWorks_CreateJob_File_SpecificationV5.1.docx new file mode 100644 index 0000000..13bab81 Binary files /dev/null and b/SnailWorks_CreateJob_File_SpecificationV5.1.docx differ