P
P
Pavel no2016-01-23 17:13:45
1C
Pavel no, 2016-01-23 17:13:45

How to run Mystem under 1C?

Mystem is a console program. Tell me who knows if it can be launched from 1C 8.3
i.e. pass a string there, Mystem parses it according to the parameters and returns it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cool Admin, 2016-01-24
@Pavel779

RunApp (RunApp)
Syntax:
RunApp(<CommandString>, <CurrentDir>, <WaitCompletion>)
Parameters:
<CommandString> (required)
Type: String. The command line to run the application, or the name of a file associated with some application.
<CurrentDir> (optional)
Type: String. Specifies the current directory of the application being launched.
Ignored in web client mode.
<WaitComplete> (optional)
Type: Boolean. True - wait for the running application to terminate before continuing.
Default value: False
Description:
Launches an external application or opens a file using its associated application.
Availability:
Thin Client, Web Client, Thick Client.
Note:
Unlike the SystemCommand function, the application is launched directly, bypassing the command interpreter.
For the method to work on the web client, you must first connect the extension for working with files
. Example:
StartApplication("www.1c.ru");
// open MS Excel file
RunApplication("Table.xls");

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question