
![]() |
Windows | \37\235 "$ECTOPDIR\\gzip.exe -cd" "compressed\r\n" |
| Decompression is done by means of the gzip package which is installed as a filter together with EasyCopy. For further information about gzip refer to www.gzip.org. | ||
![]() |
UNIX | \37\235 "uncompress -c" "compressed\n" |
| Decompression is done by means of the uncompress system command. |
![]() |
Windows | \37\213 "$ECTOPDIR\\gzip.exe -cd" "gzipped\r\n" |
| Decompression is done by means of the gzip package which is installed as a filter together with EasyCopy. For further information about gzip refer to www.gzip.org. | ||
![]() |
UNIX | \37\213 "gunzip -c" "gzipped\n" |
| Decompression is done by means of the gunzip command. It is assumed that you have installed the gzip package on your system. For further information about gzip refer to www.gzip.org. |
![]() |
Windows | \120\113 "$ECTOPDIR\\gzip.exe -cd" "zipped\r\n" |
| Decompression is done by means of the gzip package which is installed as a filter together with EasyCopy. For further information about gzip refer to www.gzip.org. | ||
![]() |
UNIX | \120\113 "gunzip -c" "zipped\n" |
| Decompression is done by means of the gunzip command. It is assumed that you have installed the gzip package on your system. For further information about gzip refer to www.gzip.org. |