; @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: "DHCP 2.0 Software"
Name: DHCP110_SW
Class: MANDATORY
Bytes: 665702
; 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, dhcpsrvr, '', '', TempDest2, dhcpsrvr, '', ''
Exec "SYS:SYSTEM\\NWIPTEMP\\DHCPSRVR\\PINSTALL.NLM"
EraseFile 1,TempDest2,'','',''
@EndFileSet