Hi I'm running R-2.5.1 for Windows and I have a rsy.txt script with a structure like . . . pl <- plot(mod,dis = "sp",type="p") identify(pl,"sp",labels=shnam,pos=TRUE) line1 line2 . . . I enter the command > source("*.txt") and when R read the identify instruction they stop and wait user actions. After all I give a escape e R end! They d'ont read line1 line2 and so on. How to force the continuation of the script execution. Thanks