THX! To me, it's an impressing piece of work you got there!
Ok, here's another problem. I have an empty file created (c:\backup.cmd) and I want to write to it, but I got an error code from WRITELINE.
This is what I did:
OPEN(1,"E:\BKP\BATCH\BACKUP.CMD")
WRITELINE(1, "*duh*")
CLOSE(1)
DISPLAY "E:\BKP\BATCH\BACKUP.CMD"
___
I got this from KIX:
Error (317 / 13D) while retrieving error information for FFFFFFFC0
Needless to say, my file 'backup.cmd' was empty..
I'm running Windows XP/SP2 + latest KIX (4.22)
*sigh*