Metropoli BBS
VIEWER: dtdoswin.ilf MODE: TEXT (ASCII)
; @Version 1.03
; @SyntaxVersion 1.00
; "CoPyRiGhT=(c) 1994 Novell, Inc.  All Rights Reserved."
; VeRsIoN=1.03
 
@FileSet
        Name: ENGLISH_DT_WIN
    Bytes:     4018344

; 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 DTTargetV, 1, 'SYS:\\DOCVIEW', ''

; Conditionally NW410DOC:PUBLIC\SYSDOCS.CFG to SYS:PUBLIC\SYSDOCS.CFG
;  IFF it does NOT exist in the target location
;
; This is not needed since dtdoc.ils will do this.  dtdoc.ils is really
; a better place to update the sysdocs.cfg file since the user can 
; technically install the viewer and not the doc.
;
;  CopyFile 0, 0,1,2,'80', DTSource, public\sysdocs.cfg,                '', '', DTTargetX, '',                  '', '',1
;  CopyFile 0, 0,1,2,'80', DTSource, public\sysdocs.new,                '', '', DTTargetX, '',                  '', '',1
 
  CopyFile 0, 1,0,0,'', DTSource, docview\dtappwin,                    '', '', DTTargetV, dtappwin,            '', ''
 
  CopyFile 0, 0,1,2,'80', DTSource, docview\dtappwin\dynatext.ini      '', '', DTTargetV, dtappwin,            '', ''
 
  CopyFile 0, 0,1,0,'', DTSource, docview\dtdatwin\config\version.txt, '', '', DTTargetV, dtdatwin\config,     '', ''
 
  CopyFile 1, 1,1,0,'', DTSource, docview\dtdatwin\bitmaps,            '', '', DTTargetV, dtdatwin\bitmaps,    '', ''
 
  CopyFile 1, 1,1,0,'', DTSource, docview\dtdatwin\icons,              '', '', DTTargetV, dtdatwin\icons,      '', ''
 
  CopyFile 1, 1,1,0,'', DTSource, docview\dtdatwin\config\C,           '', '', DTTargetV, dtdatwin\config\c,   '', ''
 
;  CopyFile 1, 1,1,0,'', DTSource, docview\dtdatwin\config\enu,         '', '', DTTargetV, dtdatwin\config\enu, '', ''
 
  CopyFile 1, 1,1,0,'', DTSource, docview\dtdatwin\help\c,             '', '', DTTargetV, dtdatwin\help\c,     '', ''
 
;  CopyFile 1, 1,1,0,'', DTSource, docview\dtdatwin\help\enu,           '', '', DTTargetV, dtdatwin\help\enu,   '', ''
 
; This is not needed since dtdoc.ils will do this.  dtdoc.ils is really
; a better place to update the sysdocs.cfg file since the user can 
; technically install the viewer and not the doc.
;
;  Exec "SYS:SYSTEM\\DOC_TEMP\\DOCUPD.NLM"

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

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

@EndFileSet

[ RETURN TO DIRECTORY ]