File cleanup

This commit is contained in:
Andrew Amason
2025-05-14 14:00:19 -04:00
parent 6312884e29
commit bf7b536ac4
174 changed files with 680 additions and 24564 deletions

View File

@@ -0,0 +1,5 @@
'Change COMPANY in your own company name
Dim strArgs
Set oShell = CreateObject ("Wscript.Shell")
strArgs = "powershell.exe -executionpolicy bypass -windowstyle hidden -file C:\Program Files\Common Files\Carecentrix\DriveMappings\DriveMappingsv1.0_ScriptRunFromTaskScheduler.ps1"
oShell.Run strArgs, 0, false