I just had to use this command to shrink a 350 GB log file!

Code:
BACKUP LOG  Acctfiles  TO DISK='NUL:'

DBCC SHRINKFILE (  Acctfiles_Log, 1)
NUL: - a null device. I feel like I'm back in my PDP/11 or VAX days!

It worked!