KS-Soft wrote:Its better to create new thread than find some 9 years old...
Yes, I know, found it by searching and it is directly related to the script Paul posted...
KS-Soft wrote:
So you set "D:\IT\Scripts\CleanOldFiles.vbs" as parameter of Execute external program action? While RMA returns error related to "C:\WINDOWS\system32"D:\IT\Scripts\CleanOldFiles.vbs"?
RMA version?
Regards
Alex
RMA is 6.10, runs as service as administrator from a domain account
I need to send parameters to the script
The parameter is exactly this:
D:\IT\Scripts\CleanOldFiles.vbs D:\CISCO_Backups 5
but I tried
"D:\IT\Scripts\CleanOldFiles.vbs" D:\CISCO_Backups 5
and
"D:\IT\Scripts\CleanOldFiles.vbs D:\CISCO_Backups 5"
The test itself replies
Code: Select all
cannot open file "D:\IT\scripts\cleanoldfiles.vbs D:\CISCO_Backups 5". the filename, directory name, or volume label syntax is incorrect
If I only type D:\IT\Scripts\CleanOldFiles.vbs, it still does not find it