At some point, I noticed I was repeating the same routine every week. None of the stuff I was doing was difficult, but it was a collection of small chores that kept interrupting real work. I'd have to ...
A specialized .NET Console Application designed to automate the process of generating SQL UPDATE scripts from highlighted rows in an Excel spreadsheet. This tool is particularly useful for bulk data ...
if %errorlevel% equ 1 (set/a of+=1 &goto a) if %errorlevel% equ 0 (set/a ok+=1 &goto a) if %errorlevel% lss 0 (set/a zj+=1 &goto a) ...