Hello,

I am using the 16 bit version of kix to build my nt4 and w2k unattend.txt files. I am checking to see if the user ejected the floppy from the drive. The script below works only when the floppy is in the drive, once the floppy is removed I get an error reading drive a: abort, retry, fail. Any ideas? Thanks in advance.

-Brian

code:
        ? "Please remove floppy and press any key to continue..."
get $null
while (exist("a:\*.*") = 0)
? "Please remove floppy and press any key to continue..."
get $null
loop