I need to create a symlink/shortcut on the prod servers that will alias:
agent_ivr_general_info.CURRENT
to
agent_ivr_general_info.[todays date].log
because I have daily rolling logs cush as:
agent_ivr_general_info.2011-04-28.log
That I want to just open 1 LINK to get to CURRENT.
Hmm… I suppose one technique would be to use Sysinternals’ JUNCTION.EXE with a Scheduled Task that runs daily just after midnight, and uses something like the following to change the link: