Callingh external program from domino

Hi everybody !

I’m calling an external progamm (command file: programm.cmd) out of a lotus script with

ires = Shell(“programm.cmd”)

he result is, that the cmd file is processed in the domino container (soorry - this is partly german):

-------------- start domino window --------

02.06.2008 10:34:39 AMgr: Agent (‘processsms’ in ‘ns\x400proc.nsf’) printing: continue …

02.06.2008 10:34:39 AMgr: Agent (‘processsms’ in ‘ns\x400proc.nsf’) printing: ires=33

D:\Lotus\Domino>d:

D:\Lotus\Domino>cd Programme

Das System kann den angegebenen Pfad nicht finden.

D:\Lotus\Domino>cd FWTools

Das System kann den angegebenen Pfad nicht finden.

D:\Lotus\Domino>fw_si.exe /S=D:\x400comm\domsms.script /L=networksys

Der Befehl “fw_si.exe” ist entweder falsch geschrieben oder

konnte nicht gefunden werden.

D:\Lotus\Domino>exit

------ end domino window ----------

Part of the original script:

ires = Shell(“fwsmsdom.cmd”)

Print “ires=” + Cstr(ires)

doc.status = “processed”

Any ideas ?

Juergen

Subject: Got nothing to do with domino…

… it’s just normal system behaviour.

You need to fix your batch file, that’s all.