Thomas Klausner | 02b4e78 | 2006-04-23 12:25:00 +0000 | [diff] [blame] | 1 | # change local and global comments in a zip archive |
Thomas Klausner | 02b4e78 | 2006-04-23 12:25:00 +0000 | [diff] [blame] | 2 | return 0 |
Thomas Klausner | f74fb7a | 2014-12-10 15:32:16 +0100 | [diff] [blame] | 3 | args testcomment.zip set_archive_comment "This is the new,\r\nmultiline archive comment.\r\nAin't it nice?" set_file_comment 0 "File comment no 0" set_file_comment 1 "File comment no 1" set_file_comment 2 "File comment no 2" set_file_comment 3 "File comment no 3" |
Thomas Klausner | 82a7f92 | 2012-05-06 23:38:50 +0200 | [diff] [blame] | 4 | file testcomment.zip testcomment.zip testchanged.zip |