B
Balazs .
Dear Everyone,I want automation with a batch file before the backup close Tresorit program and after reopen and run Tresorit program.I used this code:tasklist | find /i "tresorit.exe" && taskkill /im tresorit.exe /F TIMEOUT 10 ... the run backupstart %USERPROFILE%\Desktop\Tresorit.lnk TIMEOUT 10 It perfect work when I run it at the PC is log on, it show this icon in icon bar and window of the program.But if PC is log off account and I want Task Scheduler calls the batch file with admin right unfortunately the not show in icon bar and I just only see it running in Task Manager.What c
Continue reading...
Continue reading...