Timeline for "zip warning: name not matched" while compressing a directory
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 5, 2018 at 12:12 | comment | added | AlainD |
Another related pitfall is a simple typing mistake (eg. if you copied the command from one script to another). For example, instead of winzip32.exe -a -r %DEST_PATH%\Output.zip %DEST_PATH%\Output.zip %SOURCE_PATH%\*.*, you accidentally type winzip32.exe -a -r %DEST_PATH%\Output.zip %DEST_PATH%\Output.zip %SOURCE_PATH%\*.*. Note the extra Output.zip...easily done!
|
|
| S Jun 20, 2017 at 9:03 | history | edited | Anthony Geoghegan | CC BY-SA 3.0 |
remove extraneous comma that previous editor added (for the edit to be substantial enough)
|
| S Jun 20, 2017 at 9:03 | history | suggested | BNT | CC BY-SA 3.0 |
fix typo which makes the command fail
|
| Jun 20, 2017 at 8:44 | review | Suggested edits | |||
| S Jun 20, 2017 at 9:03 | |||||
| Jan 17, 2015 at 19:51 | vote | accept | DisplayName | ||
| Jan 16, 2015 at 14:28 | history | answered | Danny Staple | CC BY-SA 3.0 |