Hi,
I have a problem with this action:
iehv.exe -folder "\\{computer}\c$\Documents and Settings\{username}\ConfiguraciĆ³n local\Historial"
Every time I run it, all I got is the IEHistoryview windows with any info.
But then I go to item menu file/select menu folder/ and the path I got (and I suppose this path was passed by lansweeper action) is this one:
\\\\computer\\c$\\Documents and Settings\\user\\ConfiguraciĆ³n local\\Historial
As u can see, there are many slashes. So, when I modify this line to
\\computer\c$\Documents and Settings\user\ConfiguraciĆ³n local\Historial
IEHistoryview shows the info OK.
But the action link on the lansweeper webpage is this
javascript:runApp('iehv.exe%20-folder%20"\\\\computer\\c$\\Documents%20and%20Settings\\user\\Configuraci%C3%B3n%20local\\Historial"','false');
I think here there are many slashes, and this could be the reason because I got an empty IEHistoryview window. Or perhaps the problem is that the language is spanish, and instead of "local configuration" I have a "ConfiguraciĆ³n local" (with accent).
How could I fix this problem?
Thank you!