I have been doing a lot of automation scripts with Ruby. Since I’m new to
the list, I’m not entirely sure this is the forum for this contribution, but
I wanted to share a handy code snippet. This comes in very handy on Windows
boxes for archiving log files. This will require that WinZip as well as its
command line utilities are installed. Apologies in advance if this isn’t
the place to share code. Just let me know. If this code can be done more
elegantly or concisely, please share.
Craig
By the way, there is a zlib extension which you can use instead of
relying on WinZip installed on your computer.
/kent
Moran, Craig M (BAH) wrote:
···
I have been doing a lot of automation scripts with Ruby. Since I’m new to
the list, I’m not entirely sure this is the forum for this contribution, but
I wanted to share a handy code snippet. This comes in very handy on Windows
boxes for archiving log files. This will require that WinZip as well as its
command line utilities are installed. Apologies in advance if this isn’t
the place to share code. Just let me know. If this code can be done more
elegantly or concisely, please share.
Craig
On Fri, 2004-02-13 at 13:15, Moran, Craig M (BAH) wrote:
I have been doing a lot of automation scripts with Ruby. Since I’m new to
the list, I’m not entirely sure this is the forum for this contribution, but
I wanted to share a handy code snippet. This comes in very handy on Windows
boxes for archiving log files. This will require that WinZip as well as its
command line utilities are installed. Apologies in advance if this isn’t
the place to share code. Just let me know. If this code can be done more
elegantly or concisely, please share.
Craig