Jump to content

/LOGD "Add this string to log %d" Option needed


spotcast

Recommended Posts

Man I love this application.

 

I've been trying to do this :

echo off

ImgBurn.exe /MODE ISOVERIFY /DEST "C:\CERT\Cert-Demo.ISO" /NOSAVESETTNGS /SETTINGS "C:\CERT\nctp.ini" /LOG "C:\CERT\CERT-log.txt" /INFO "C:\CERT\CERT-log.txt" /EJECT

pause

echo I %time% VERIFY INSTALLATION MEDIA >> C:\CERT\CERT-log.txt

 

The result is not what I wished for because the "echo" string is unreadable. Try it once and you'll see.

 

Option /LOGH "BEGIN OPERATION MASS VERIFY" - header log entry one time only.

Option /LOGD "VERIFY INSTALLATION MEDIA %d" - each start counted and printed in decimal.

 

Options could be used with VERIFY READ WRITE DISCOVER; e.g:

 

ImgBurn.exe /MODE ISOVERIFY /DEST "C:\CERT\Cert-Demo.ISO" /NOSAVESETTNGS /SETTINGS "C:\CERT\nctp.ini" /LOG "C:\CERT\CERT-log.txt" /INFO "C:\CERT\CERT-log.txt" /LOGC "VERIFY INSTALLATION MEDIA %2d" /EJECT

 

resulting in log entries:

I 20:01:44 ImgBurn Version 2.3.2.0 started!

I 20:01:44 Microsoft Windows XP Professional (5.1, Build 2600 : Service Pack 2)

I 20:01:44 Total Physical Memory: 1,047,856 KB - Available: 676,132 KB

I 20:01:45 Initialising SPTI...

I 20:01:45 Searching for SCSI / ATAPI devices...

I 20:01:45 Found 1 CD-RW and 3 DVD-ROMs!

I 20:01:45 BEGIN OPERATION MASS VERIFY

I 20:02:04 Operation Started!

I 20:02:04 VERIFY INSTALLATION MEDIA 1

I 20:02:04 Source Device: [2:1:0] LITE-ON LTR-40125S ZGS4 (F:) (ATA)

I 20:02:04 Source Media Type: CD-RW (Disc ID: 97m10s00f)

I 20:02:04 Image File: C:\cert\Cert-Demo.ISO

I 20:02:04 Image File Sectors: 6,005 (MODE1/2048)

I 20:02:04 Image File Size: 12,298,240 bytes

I 20:02:04 Image File Volume Identifier: 070306_1442

I 20:02:04 Image File File System(s): ISO9660 (Bootable), Joliet

I 20:02:04 Verifying Sectors... (LBA: 0 - 6004)

E 20:02:06 Miscompare at LBA: 16, Offset: 40

E 20:02:06 Device: 0x4E

E 20:02:06 Image File: 0x30

E 20:02:06 Total Errors in Sector: 129

E 20:02:06 Failed to Verify Sectors!

E 20:02:11 Operation Failed! - Duration: 00:00:02

I 20:02:11 Average Verify Rate: 32 KB/s (0.2x) - Maximum Verify Rate: 32 KB/s (0.2x)

I 20:02:45 Found 1 CD-RW and 3 DVD-ROMs!

I 20:03:04 Operation Started!

I 20:03:04 VERIFY INSTALLATION MEDIA 2

I 20:03:04 Source Device: [2:1:0] LITE-ON LTR-40125S ZGS4 (F:) (ATA)

I 20:03:04 Source Media Type: CD-RW (Disc ID: 97m10s00f)

I 20:03:04 Image File: C:\cert\Cert-Demo.ISO

I 20:03:04 Image File Sectors: 6,005 (MODE1/2048)

I 20:03:04 Image File Size: 12,298,240 bytes

I 20:03:04 Image File Volume Identifier: 070306_1442

I 20:03:04 Image File File System(s): ISO9660 (Bootable), Joliet

I 20:03:04 Verifying Sectors... (LBA: 0 - 6004)

E 20:03:06 Miscompare at LBA: 16, Offset: 40

E 20:03:06 Device: 0x4E

E 20:03:06 Image File: 0x30

E 20:03:06 Total Errors in Sector: 129

E 20:03:06 Failed to Verify Sectors!

E 20:03:11 Operation Failed! - Duration: 00:00:02

I 20:03:11 Average Verify Rate: 32 KB/s (0.2x) - Maximum Verify Rate: 32 KB/s (0.2x)

I 20:03:15 Close Request Acknowledged

I 20:03:15 Closing Down...

I 20:03:27 Shutting down SPTI...

I 20:03:27 ImgBurn closed!

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.