Skip to content

Instantly share code, notes, and snippets.

@eduardodaluz
Created October 7, 2010 16:22
Show Gist options
  • Save eduardodaluz/615384 to your computer and use it in GitHub Desktop.
Save eduardodaluz/615384 to your computer and use it in GitHub Desktop.
@echo off
echo Parando o Servico de Impressao.
echo.
net stop spooler
echo Apagando os arquivos travados na fila de Impressao
echo.
del /Q /F /S %systemroot%\System32\Spool\Printers\*.*
echo Iniciando o Servico de Impressao.
echo.
net start spooler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment