Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to know if we can automate the process for running shared files cleaning tool command for all shared files in a folder?
Any ideas?
Kind Regards
Muhammad
SharedFileRepair in Power tool does the job
If that tool has a command line interface then you can create a batch file for it and create a scheduled task to run the batch file periodically. If it only has a GUI then you can try using a tool like AutoIT or AutoHotKey.
Thanks for the reply Gysbert,
I am running the following command.
"C:\QVServer\qvs.exe" -x "C:\Users\......\[filename].Shared" -v
this works fine when you run it for each file separately but I am finding it difficult to run this as a loop in batch file for over 1000 files.
SharedFileRepair in Power tool does the job