Here’s another quick utility I authored: PrintJobKill. It’s pretty simple tool in scope: it queries all the servers/PCs in a domain that host a printer, lists the current jobs in each and allows deletion of a selected job.
Continue reading “Print Job Killer for Domain Printers”Category: AutoIt
Target a window to scroll by hovering over it
One of the features I like from X11 is the ability to target a window for whatever content manipulation by simply hovering over it. It is rare, though, that I need anything more than just the ability to scroll.
Continue reading “Target a window to scroll by hovering over it”Copy / Paste in the Windows Command Line with ctrl-c / ctrl-v
Back in 2010 I was very tired of always having to right click to paste in the command/powershell window. I was just learning AutoIt, so I thought I’d make a little applet in that to make life a little easier for myself.
Continue reading “Copy / Paste in the Windows Command Line with ctrl-c / ctrl-v”