krishnansurya
01-12-2005, 10:59 PM
Most of u all have faced the prob of Cancelling the Print Job Which Won`t work. u restart u system right?
Just Do this and all will Vanish with Click-o-button
Copy this Command in to Notepad and Save is as x.bat
( where x is the wahteva file name!)
@echo off
net stop "print spooler"
del /q "%SystemRoot%\system32\spool\PRINTERS\*.*"
net start "print spooler"
ping localhost -n 5 > nul
Remeber to Have the extension as " .Bat" and U save it as "All file types"
u can see a ScreenShot of saving it by clicking here (http://i12.photobucket.com/albums/a242/surya007/Digittut.jpg)
And Run the .bat filename frm wherevr u saved it and see it! :wink:
Thnx
Just Do this and all will Vanish with Click-o-button
Copy this Command in to Notepad and Save is as x.bat
( where x is the wahteva file name!)
@echo off
net stop "print spooler"
del /q "%SystemRoot%\system32\spool\PRINTERS\*.*"
net start "print spooler"
ping localhost -n 5 > nul
Remeber to Have the extension as " .Bat" and U save it as "All file types"
u can see a ScreenShot of saving it by clicking here (http://i12.photobucket.com/albums/a242/surya007/Digittut.jpg)
And Run the .bat filename frm wherevr u saved it and see it! :wink:
Thnx