Skip to content

Instantly share code, notes, and snippets.

@hjnowakowski
Created October 27, 2017 12:04
Show Gist options
  • Save hjnowakowski/e01c050ca84774205004d013d83764ee to your computer and use it in GitHub Desktop.
Save hjnowakowski/e01c050ca84774205004d013d83764ee to your computer and use it in GitHub Desktop.
Sieci
@echo off
echo Czyszczenie bufora wydruku
net stop spooler
echo Trwa usuwanie dokumentow w kolejce drukowania
del /q /f /s "%systemroot%\system32\spool\PRINTERS\*.*"
net start spooler
echo Pomyslnie wykonano wszystkie czynnosci
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment