At the end of my process in lotusscript, I need to print a .txt file from the local pc’s C:\ drive without user intervention. Does anyone know how I might do this?
The only print capability I have found is from a document.
thanks in advance
At the end of my process in lotusscript, I need to print a .txt file from the local pc’s C:\ drive without user intervention. Does anyone know how I might do this?
The only print capability I have found is from a document.
thanks in advance
Subject: I think there is an os Print command
like
print c:\whatever\yourfile.txt
It might be possible to call this (or to call a batch file doing this).
Subject: you could try this …