Easy one:

You miss the quotes in here :

quote:
IF EXIST(c:\windows\system32\dsfolder.dll)
should be:

code:
 IF EXIST('c:\windows\system32\dsfolder.dll') 



[ 28. July 2003, 13:41: Message edited by: Jochen ]
_________________________