All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
doniphon
Posts: 26 Joined: Wed Feb 13, 2008 4:38 am
Post
by doniphon » Tue May 27, 2008 3:56 am
Hi,
My problem is the following one:
I've built the script
SetCurrentFolder \Root\Folder1\Folder11\Folder111
IncludeSubfolders yes
ResetRecurrencesAll
When i execute it the "ResetRecurrencesAll" command is executed in all the folders below "Root" folder instead the all folders below "Folder111"
Why don't work the 'SetCurrentFolder' command?
Thanks in advance.
KS-Soft
Posts: 13012 Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:
Post
by KS-Soft » Tue May 27, 2008 11:56 am
Why don't work the 'SetCurrentFolder' command?
You have specified invalid path. Should be "SetCurrentFolder Root\Folder1\Folder11\Folder111"
no leading slah
Regards
Alex
doniphon
Posts: 26 Joined: Wed Feb 13, 2008 4:38 am
Post
by doniphon » Wed May 28, 2008 6:18 am
KS-Soft wrote: Why don't work the 'SetCurrentFolder' command?
You have specified invalid path. Should be "SetCurrentFolder Root\Folder1\Folder11\Folder111"
no leading slah
Regards
Alex
Thanks