Archive for February, 2009

Finding filesizes

Yesterday, I was tasked w/ finding and identify the filesize of some files located in some directory. SQL doesn’t really have a function to do this and neither does a straight up DOS’ dir command.
Forunately, the Internet is a big place and someone wrote a one line syntax to do what I needed.
@echo off
for [...]

Friday, February 6th, 2009