| > InetDBase:RunStack
| Run file for the Internet stack (AUN/Access)
| Automatically generated by !InetConfg application
|
Set Alias$RMIfThere SetEval Test$Eval 1|M RMEnsure %%1 0 SetEval Test$Eval 0|MIf Test$Eval Then %%0 %%1|MUnset Test$Eval
|
| Configure host name, driver type, etc.
Unset Inet$Error
Unset InetSuite$Error
Run InetDBase:Configure
>
|
| Load up the required modules.
WimpSlot -min 128K
>
RMEnsure AUNMsgs 	0.00 RMReInit AUNMsgs
RMEnsure MbufManager 	0.00 RMReInit MbufManager
RMEnsure Internet 	4.03 RMReInit Internet
|
| Load driver and initialise Serial PPP/SLIP interface, if required
>
|
| Ethernet interface should already be loaded from ROM, do nothing
>
|
If "<Inet$Error>" <> "" Then Error Can't start Internet stack: <Inet$Error>
|
| Set the route for outgoing Ethernet packets, if required
>
|
| Load any other modules here
>
|
Unset Alias$RMIfThere
|
| Any problems?
If "<Inet$Error>" <> "" Then Error Can't make Internet connection: <Inet$Error>
