/***************************************************************************/
/***     ROOTPPP0.CMD   PPP-HOST ROUTING     Rexx-Script  LINE 1         ***/
/***                                                                     ***/
/***     Wartet 10s bis dahin sollte die PPP-Verbindung stehen           ***/
/*** Dann wird das Rooting gesetzt , ob ihr auf Host,NET oder Default    ***/
/*** rootet ist eure Sache und haengt von eurem  Ziel ab                 ***/
/***************************************************************************/

Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
Call SysLoadFuncs
Call SysCls
'@echo off'
say " Konfiguriere Interface ...."
call syssleep 10
'route add host 192.168.2.11 192.168.2.1 1 '
exit
