G
Guest
I'm running V64 and a Dell printer. The printer is shared with another
machine running XP. I have started a print job on the XP machine and it is
stuck in the queue in a deleting state:
@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q \Windows\system32\spool\PRINTERS\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul
pause
I have tried running the script provided in other posts but even running as
an account with administrator privileges have not been able to remove the
job. I've run the script on the XP machine and in wht V64 machine. on the
V64 machine I get access denied in stopping and starting the spooler. Cannot
delete the spool files because they are in use.
What next?
machine running XP. I have started a print job on the XP machine and it is
stuck in the queue in a deleting state:
@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q \Windows\system32\spool\PRINTERS\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul
pause
I have tried running the script provided in other posts but even running as
an account with administrator privileges have not been able to remove the
job. I've run the script on the XP machine and in wht V64 machine. on the
V64 machine I get access denied in stopping and starting the spooler. Cannot
delete the spool files because they are in use.
What next?