Существует ли возможность из ананас скрипта или действием вызвать что то из внешних программ?
Например, по аналогии как запускается Open Office.
Срочный вопрос.
ALT Linux 5.0 Ananas 0.9.5 alt4
new Process("synaptic").start();
var arguments = new Array("firefox", "yandex.ru");
Process.execute(arguments);
Process Class Reference
The Process class is used to start external programs and to communicate with them. The Process class can start programs synchronously using Process.execute(), and asynchronously using new Process(...).start().
Static Properties
stdout : String; Contains the data sent to stdout during the last call to Process.execute(). This property is read-only.
stderr : String; Contains the data sent to stderr during the last call to Process.execute(). This property is read-only.
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1