Hi,
Not sure if I should have posted in the other thread Geates was helping me with so sorry if you guys consider this a double post.
From the script:
Set fso = CreateObject("Scripting.FileSystemObject")
sScriptDir = "C:\Program Files\Altiris\Altiris Agent\SoftwareManagement\SoftwareDelivery\{ECA4AFDB-9E3C-4C87-BF25-0399FF7E5FA6}\cache"
If fso.FileExists(sScriptDir & "PGP10_2Install.bat") Then
path = Chr(34) & sScriptDir & "PGP10_2Install.bat" & Chr(34)
I can't get the batch file to run as it is written above. Can someone show me my error?
Not sure if I should have posted in the other thread Geates was helping me with so sorry if you guys consider this a double post.
From the script:
Set fso = CreateObject("Scripting.FileSystemObject")
sScriptDir = "C:\Program Files\Altiris\Altiris Agent\SoftwareManagement\SoftwareDelivery\{ECA4AFDB-9E3C-4C87-BF25-0399FF7E5FA6}\cache"
If fso.FileExists(sScriptDir & "PGP10_2Install.bat") Then
path = Chr(34) & sScriptDir & "PGP10_2Install.bat" & Chr(34)
I can't get the batch file to run as it is written above. Can someone show me my error?