Lotus Notes FAQ Visit Our Sponsor!

How do you execute DOS commands from a formula?


Use the macro (note the use of the /C in the DOS command):
@Command([Execute]; "C:\\COMMAND.COM"; "/C DEL C:\\TEST.TXT")

Applies to Notes Versions: 3 4 4.5 4.6 5
Last Modified: January 6, 1998