home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / d03 / 1.img / OS2FD.IPS < prev    next >
Encoding:
Text File  |  1993-02-23  |  770 b   |  22 lines

  1. ; OS/2 client installation
  2. @Fileset
  3.         Description:   "NetWare 4.0 OS/2 Client Setup"
  4.     Class:         CORE
  5.         Name:          OS2
  6.  
  7.   Command ICMD
  8.   GetPath src, 2, 'A:', "Files will be copied from drive %s\\."
  9.   GetPath dest, 4, 'SYS:\\PUBLIC\\CLIENT\\OS2', "The default network 
  10.         OS/2 client installation directory will be %s\\.  You may 
  11.         change this path if you desire."
  12.  
  13.   CopyFile 1, 0, src, *.*, WSOS2_1, 'NetWare Workstation for OS/2 Disk 1 WSOS2_1', dest, '', '', ''
  14.   CopyFile 1, 0, src, *.*, WSOS2_2, 'NetWare Workstation for OS/2 Disk 2 WSOS2_2', dest, '', '', ''
  15.   CopyFile 1, 0, src, *.*, WSDRV_1, 'NetWare Workstation Drivers Disk 1 WSDRV_1', dest, '', '', ''
  16.   EraseFile PUBLIC\CLIENT\OS2\OS2\DRIVERS.OS2
  17.  
  18. @EndFileset
  19.  
  20.  
  21.  
  22.