Metropoli BBS
VIEWER: nwipsw_i.ilf MODE: TEXT (ASCII)
; @Version 1.03
; @SyntaxVersion 1.00
; "CoPyRiGhT=(c) 1994 Novell, Inc.  All Rights Reserved."
; VeRsIoN=1.03
 
 
@FileSet
 
; If DOC Database selected, copy to target location.
; do this LAST because of its size
 
    Description: "NetWare/IP 2.20 Server Software"
    Name:        NWIP220_SW
 
    Bytes:     2480299
 
; copy over the version of ICMD that works for me
  CopyToServer        SYSTEM\NWIPTEMP, nwipinst\ibm_pc\nwip\220\4\icmd.nlm,                     '', ''
  CopyToServer        SYSTEM\NWIPTEMP, nwipinst\ibm_pc\nwip\220\4\icmd.msg,                     '', ''
  CopyToServer        SYSTEM\NWIPTEMP, nwipinst\ibm_pc\nwip\220\4\docupd.nlm,                     '', ''
; use the ICMD that we just copied
Command "SYS:SYSTEM\\NWIPTEMP\\ICMD"

; get the source - It is SAME as normal input path
  GetPath DTSource, 1, %{NWSRC}, '', NWSRC

  GetPath TempDest2,    1, 'SYS:SYSTEM\\NWIPTEMP',''

; copy entire directory tree
        CopyFile 1, 1,1,0,'', DTSource, nwip\nwip1,                 '', '', TempDest2, nwip1,           '', ''
        CopyFile 1, 1,1,0,'', DTSource, nwip\nwip2,                 '', '', TempDest2, nwip2,           '', ''
        CopyFile 1, 1,1,0,'', DTSource, nwip\nwip3,                 '', '', TempDest2, nwip3,           '', ''
 

  Exec "SYS:SYSTEM\\NWIPTEMP\\NWIP1\\PINSTALL.NLM"

  EraseFile 1,TempDest2,'','',''

@EndFileSet
 
 

[ RETURN TO DIRECTORY ]