Shell function bug in notes 8 standard client?

Hello Domino Friends,

ich have a problem with the shell function in the standard client of notes 8.

I use this script:

prog = Shell (“\server\share\folder\Start.bat”,1)

In the base client it works fine but in the standard nothing happen. The result code is 33 in both clients.

Does anybody has a idea how to fix it?

Greetings Lars

Subject: Shell doesn’t depend on client type

Are you running the basic and the standard client on the same workstation? The Shell function doesn’t know or care whether it’s running within an Eclipse environment. I can’t imagine how it could matter. So I’m suspecting it’s something about the OS, or access to the shared drive, or that the contents of the bat file are different in the two cases.

Subject: shell function bug in notes 8 standard client?

Yes it was on the same workstation, document,button and batchscript just one time I start BASE (nlnotes.exe) the other time STD (notes.exe). But I find out that in Notes 8.0.2 it works fine in base and standard client so it seems like a bug.

I relized my doto in a Windows shortcut and not with Notes :frowning:

Now we plan to use 8.5 but I didn’t test it not yet.

Thanks for you efforts!