Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
m_sharif
Partner - Contributor III
Partner - Contributor III

cleaning tool multiple shared files

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

1 Solution

Accepted Solutions
m_sharif
Partner - Contributor III
Partner - Contributor III
Author

SharedFileRepair in Power tool does the job

Power Tools 1.2 for QlikView

View solution in original post

3 Replies
Gysbert_Wassenaar

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.


talk is cheap, supply exceeds demand
m_sharif
Partner - Contributor III
Partner - Contributor III
Author

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.

m_sharif
Partner - Contributor III
Partner - Contributor III
Author

SharedFileRepair in Power tool does the job

Power Tools 1.2 for QlikView