Thanks guys, that makes complete sense.
I'd rather not mess with UAC so I will migrate the installation to where I was meant to be in the first place!
Many thanks, this is amazing software!!
Cheers,
George.
Search found 2 matches
- Tue Aug 11, 2020 12:38 am
- Forum: Usage, tips and tricks
- Topic: Repeating folder check
- Replies: 10
- Views: 13180
- Mon Aug 10, 2020 5:39 am
- Forum: Usage, tips and tricks
- Topic: Repeating folder check
- Replies: 10
- Views: 13180
Re: Repeating folder check
Ah, I'm sorry! I misread the issue :-( Try and add another "Command executor"-node with the following command: %comspec% /c "if exist "%s_cache_record%" del /f /q "%s_cache_record%"" This will remove the cache record. It's just a file really :-) Hope this wor...