Opened 12 years ago

Closed 12 years ago

#558 closed defect (fixed)

testlog.cmd does not detect pci.exe

Reported by: Yuri Dario Owned by: David Azarewicz
Priority: trivial Milestone: Release 4.00
Component: Utilities Version: 3.21.02
Keywords: Cc:

Description

testlog.cmd detects pci.exe only if on the path.

around line 48

if (PCIEXE=) then do;

PCIEXE=BootDrive?
'ecs\install\DETECTEI\PCI.EXE';

should be

if (PCIEXE=) then do;

PCIEXE=BootDrive?
'\ecs\install\DETECTEI\PCI.EXE';

Change History (2)

comment:1 Changed 12 years ago by David Azarewicz

Thanks for finding that. It has been fixed in the source and will be in all future releases.

comment:2 Changed 12 years ago by Yuri Dario

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.