Shell function on winxp

Hi,

I have a problem with the “Shell” function on winxp. The script is:

code = Shell ( percorso + nomebat, 6 )

when it runs I have a message error:

“Application not right inizialized (0xc000005)”

After this message I must close the application.

I have this problem only on winxp, because on win2000 it works.

Thanks Sara

Subject: Shell function on winxp

Can it be because the application’s “current directory” becomes some other directory (c:\programs\lotus ?) and the application can not find it’s configuration files?Try to put the path to application’s folder to your “PATH” environment variable and see if it helps.