Board index » delphi » Errorllevel code / ZIP file testing
Daniel John N
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Errorllevel code / ZIP file testing
Hi. As part of a program I am writing, I have to scan .ZIP files to see
whether they contain any errors or not. The way I do this (from Pascal) is to use the exec command as follows : ... I had been told that PKUnzip returned a non-zero errorlevel if an error was This piece of code worked great on my machine, but when transferred to a The only difference between the two machines is that I am using NDOS, and he We tried running NDOS on his machine, and it worked. I can only conclude that Turbo Pascal doesnt pick up on errorlevel codes Thanks.... Danny |