I checked for additional spaces already and I couldn't find any.

There are actually 12 different GOSUB routines, but I've included the last two, because all the others I tested give me the same error. [Mad]

code:
IF EXIST ("\\$postes\c$\Reuters") GOSUB KOBRA ENDIF
IF EXIST ("\\$postes\c$\database\glw483") GOSUB GL ENDIF
GOTO LES_INFOTXT
;
;********************************* Les GOSUBs *********************************
;
:GL
? "GL existe sur le poste "+$postes
RETURN

:KOBRA
? "Reuters existe sur le poste "+$postes
RETURN
;
;******************** Diffusion des informations collectioné ******************
;
:LES_INFOTXT
? "$user,$postes,$sp,$processor,$espace,$internet"

Thx again in advance,
Ian