Using Shell '%comspec% /c type *.log >> newlog.txt' works fine. I assume that's probably the easiest and fastest approach.

Jens, I already have a stored procedure written in TSQL that a buddy of mine created for me. It pumps everything in the log file into the SQL DB and updates any dupes with the most current date/time stamp. My problem was, after the contention issue surfaced, I just needed to figure out a easy way to recreate just the one large log file. Thanks for all of your input!