Clear history

Les dejo un bat para borrar el historial del SPARK, este pide el nombre del usuario, se debe correo en la pc donde esta instalado el SPARK

Abrir un block de notas copiar las siguientes lineas y guardarlo con extensión “.bat”

@echo off

set /p usuario=PROPORCIONE SU NOMBRE DE USUARIO DEL MENSAJERO –
set dir=%userprofile%\Spark\user%usuario%@sudominio\transcripts
If “%usuario%”=="" goto sub_error
cd /d "%homedrive% %dir%"
if ERRORLEVEL 1 goto sub_error
del . /q
msg * BORRADO DE HISTORIAL COMPLETO

goto:eof

:sub_error
cls
msg * NOMBRE DE USUARIO DEL MENSAJERO INVALIDO PROPORCIONE EL CORRECTO
goto:eof

why go to all that trouble you can just disable history in the preferences of spark.

En la PC donde está el Spark instalado hay que borrar el contenido de la carpeta “transcripts”
C:\Users\martin\AppData\Roaming\Spark\user\martin@archivos

(donde dice “martin” es el nombre del usuario a borrar y “archivos” es el nombre server)