Message 1 of 13
Acoreconsole with [LispFunction(<commandname>)]
Not applicable
02-13-2017
09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How can use [LispFunction(<commandname>)] created in .NET dll with Accorconsole.exe to run in multiple threads. What should I write in the script file to execute this custom command. Examples given at all places is of [CommandMethod("<commandname>")]
I have used LispFunction because I want to send some command line parameters to the function. Please see below
[LispFunction("<commandname>")]
public static void batchprog(ResultBuffer Args)
{
..........
..........
}
How can use this in the script file for accoreconsole.exe calling. Ofcourse, parameters will be dynamic. Do I need to create .scr file on the fly(dynamic) or please suggest alternative.
Thanks in advance,