Peter:

Please start reading the KiXtart Manual, it has a section on toubleshooting KiXtart. Hint: DEBUG ON

Also, please start indenting your code. Then you would notice that all your IF EXIST are messed up. For example, anything under
code:
If Exist ("c:\windows\\DESKTOP\TRAKKE~1.PIF") = 0
If Exist ("c:\windows\\DESKTOP\TRAKKE~2.PIF") = 0
If Exist ("c:\windows\\DESKTOP\ESCROW~1.PIF") = 0
If Exist ("c:\windows\\DESKTOP\REOESC~1.PIF") = 0
If Exist ("c:\windows\\DESKTOP\STARDO~1.PIF") = 0

will only if all the IF startements are true. Please clean up your code and use indentation. Also, please read the KiXtart Manual for syntax rules, especially the IF. Pretty much none of your IF-ENDIF statements are written correctly and your code is therefore a convoluted mess that will plainly not work at all.

Once you've cleaned up your code and it still doesn't work, you can post again.

[ 14. November 2002, 23:04: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.