well...
I think you would find those with kixstrip...
or something.

anyway, you could change structure like:
code:
	Shell "%comspec% /c q:\bin\aefdisk.exe /reboot >> a:\wipe.log"
Else
Goto X
EndIf
Exit 1
:X ; run

to:
code:
 
Shell "%comspec% /c q:\bin\aefdisk.exe /reboot >> a:\wipe.log"
Exit 1
EndIf

anyway, now as I think of it. can 2.3x set the errorcode returned?
like should your exit be just "exit" without return value?
_________________________
!

download KiXnet