Create “spooler.bat” and insert script below Script will check if spooler is running or not and will restart the service sc query spooler | find…
Linux cheat sheet
Create “spooler.bat” and insert script below Script will check if spooler is running or not and will restart the service sc query spooler | find…
Here is a simple trick that I used to restart my python script after unhandled exception. #!/usr/bin/python from subprocess import Popen import sys filename =…