5 lines
307 B
Plaintext
5 lines
307 B
Plaintext
'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 |