ref: f0b565742993646ac2c7939e3a89f44c2515fbe6
dir: /appl/cmd/ip/ppp/script.m/
Script: module {
PATH: con "/dis/ip/ppp/script.dis";
ScriptInfo: adt {
path: string;
content: list of string;
timeout: int;
username: string;
password: string;
};
execute: fn( modem: Modem, m: ref Modem->Device,
scriptinfo: ref ScriptInfo );
};