Die Suche ergab 2 Treffer

von darpakiss
18 Feb 2013, 10:38
Forum: Free Support
Thema: Calling Sub section from Sub section [Solved]
Antworten: 3
Zugriffe: 3684

Re: Calling Sub section from Sub section [Solved]

I changed the scripts as you suggested me.
At now it works.
Thank you for your help.
von darpakiss
23 Jan 2013, 14:02
Forum: Free Support
Thema: Calling Sub section from Sub section [Solved]
Antworten: 3
Zugriffe: 3684

Calling Sub section from Sub section [Solved]

Hi all,

I would like to run a similar winst script:

...
DefStringList $result1$
DefStringList $result2$

Set $result1$ = createStringList ('ProgDir1','ProgDir2', 'Progdir3', 'ProgDir4')

for $dirString$ in $result1$ do Sub_searchCycle

[Sub_searchCycle]
Set $result2$ = getRegistryKeyList32("HKLM ...