
|
| !Boot (desktop) for all LAN Manager clients
|


| Set a variable to this directory (for use later)

Set Boot$Dir <Obey$Dir>

| Logoff from any Level 4 servers which might be there

SetEval Boot$NetFS -1
RMEnsure NetFS 0 SetEval Boot$NetFS 0
If <Boot$NetFS> then Net: Bye
Unset Boot$NetFS

| Dismount any Access discs which might be there

SetEval Boot$ShareFS -1
RMEnsure ShareFS 0 SetEval Boot$ShareFS 0
If <Boot$ShareFS> then Share: Dismount
Unset Boot$ShareFS

| Run ShareLM and NetLM

Run <Boot$Dir>.!ShareLM
Run <Boot$Dir>.!NetLM
