FileExport-Lotusscript alternative that's fast

Is there any Lotusscript equivalent of this that is just as fast as running the @Command?

@Command([FileExport];“Comma Separated Value”;“c:\test.csv”)

I have found examples of Lotusscript code that prints to a file, but it’s noticably slower. I want to use Lotusscript since I’m either going to work with the file after it’s created (either running a mail merge or opening the file in Excel and formatting it).

Thanks

Subject: Solution

A user on the 6/7 forum suggested using a formula to run the @command and then run an agent with the lotusscript from the formula.