Timer 1 on: 18:50:06
''
<= C:\TCMD\AFT1\all.txt
''
Timer 1 off: 18:51:16 Elapsed: 0:01:10.20
''
Timer 1 on: 18:51:16
''
PKZIP(R) Version 14 ZIP Compression Utility for Windows Registered Version
Portions copyright (C) 1989-2011 PKWARE, Inc. All Rights Reserved.
Reg. U.S. Pat. and Tm. Off. Patent No. 5,051,745 7,793,099 7,844,579
7,890,465 7,895,434; Other patents pending
♦ Using default compression method
♦ Using compression level: 9
Creating .ZIP: ZIPs\PkZip.zip
Adding File: all.txt Deflating (97.1%), done.
''
Timer 1 off: 18:51:49 Elapsed: 0:00:32.99
''
Timer 1 on: 18:51:49
''
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Scanning
Creating archive ZIPs\7Zip.7z
Compressing all.txt
Everything is Ok
''
Timer 1 off: 18:55:28 Elapsed: 0:03:39.08
''
TCC 15.01.56 x64 Windows 7 [Version 6.1.7601]
TCC Build 56 Windows 7 Build 7601 Service Pack 1
Registered to Charles S Galloway - 5 System License
''
PKZIPc version is 14.0.1134.0
''
7Z version is 9.20
''
11/07/2013 18:55 48,525,434 7Zip.7z
11/07/2013 18:51 80,574,205 PkZip.zip
11/07/2013 18:51 86,281,249 ZIP.zip
[C:\TCMD\AFT1]
==============
Produced with:
==============
CLS
IF NOT ISDIR ZIPs MD ZIPs
IF ISFILE ZIPs\* del /q /y ZIPs\*
echo ''
TIMER ON
echo ''
ZIP /L6 ZIPs\ZIP all.txt
echo ''
TIMER OFF
echo ''
TIMER ON
echo ''
PKZIPC -add -max ZIPs\PkZip all.txt
echo ''
TIMER OFF
echo ''
TIMER ON
echo ''
"C:\Program Files\7-Zip\7z.exe" a ZIPs\7Zip all.txt
echo ''
TIMER OFF
echo ''
VER /r
echo ''
echo PKZIPc version is %@verinfo["C:\Program Files (x86)\PKWARE\PKZIPC\pkzipc.exe"]
echo ''
echo 7Z version is %@verinfo["C:\Program Files\7-Zip\7z.exe"]
echo ''
dir /a:-d /k /m ZIPs\*
QUIT