failat 99
;
; WB 1.3 and WB2.0 version
;
; Call this file from your user-startup sequence 
;
;
Echo "Setting Up Remote AUX:"

Assign Rem: UUCP:Remote
Path Rem: Add

Rem:guruhandler                         ; not required.

Assign >nil: AUX: Exists
if not warn
   Version >nil: version 37
   if warn
      Echo "AUX: is already mounted.. Please remove mount aux: in startup-sequence"
   else
      Assign AUX: Dismount
   endif
endif

mount aux: from rem:mountlist.aux  
                                       
