From the “Corporate Software Purge” department…Old winzip backup command:

wzzip -u -r -p -ybc -whs -bC:\ %backupdir%\%projname%.zip -i@%backupdir%\Files.txt

New 7zip backup command:

7z a -r -y -tzip %backupdir%\%projname%.zip @%backupdir%\Files.txt

Simple!

OK the internet is great ’cause it’s full of information, and the internet sucks ’cause it’s full of information, not all of it good or what you need. I have spent a lot of time looking for an online equivalent of a well-written perl book (I’ll spend 5 hours searching instead of buying a $30 book ’cause I’m cheap like that). I think the perl community knows O’Reilly and others have some good books, and why write new online docs if good books already exist? I haven’t found good online results for simple tasks like searching and replacing across multiple lines. Until I went to Google Books. Boom, there she was. (continued…)