Pass parameter

I have a function which is written using formula language, and i want to add one more step in that list of commands which should execute a batch file written using VB Script, and I want to pass 2 parameters to that btach file.

Is that possible?

Thanks

MS

Subject: RE: pass parameter

Take a look at the @command([Execute]:

Example From notes help:

@Command([Execute]; “C:\123W\PROGRAMS\123W.EXE”; “C:\123W\WORK\SALES.WK4” )