Domino Command Line Input

Happy LotusSphere! Unfortunately, I’m not there learning. So, I’m hoping someone can tell me what I’m doing wrong.

I have been told that I can type the following on a Domino Command Line to execute the contents of the file:

< filename

The contents of filename are:

tel amgr run “DataBaseName.nsf” ‘AgentName’

tel amgr run “DataBaseName1.nsf” ‘AgentName1’

tel amgr run “DataBaseName2.nsf” ‘AgentName2’

tel amgr run “DataBaseName3.nsf” ‘AgentName3’

When I try this, I get the message “File does not exist.” I get this whether I use < filename or < filename.ext. If I use <filename or <filename.ext, I receive the message Command or option not recognized.

Can anyone tell me what I am doing wrong?

Thanks!

Subject: Where is the file? Try using the full path name on the server: “d:\temp\filename.ext”

Subject: RE: Where is the file? Try using the full path name on the server: “d:\temp\filename.ext”

That was it! Thanks! I just have to remember to use the full path to the file.

Thanks, again!