'\" .\" @(#)makeclients.1m 1.3 11 Nov 1998 SMI .\" Copyright (c) 1999, Sun Microsystems, Inc. .\" All Rights Reserved .\" @(#)makeclients.rof 1.4 1/31/97 .TH makeclients 1m "24 Sept 1998" .if n .tr \-- .SH NAME makeclients - used to produce installation diskettes for Microsoft Network Client software. .SH SYNOPSIS .ft4 .nf makeclients [-f] [-ddrive] [-Ddevice] clientpkg .SH DESCRIPTION The makeclients command generates installation diskettes for the Microsoft network clients. The utility prompts you for each diskette in the set of client disks, formats the diskette in MS-DOS format, and populates the diskette with the client software. This command can be used only on UNIX system computers that support MS-DOS formatted diskettes. .sp The following number of 1.44 MB diskettes is required to create each type of client: .sp .5 TCP/IP for WFW 3.11 (tcp32wfw) 1 .SH OPTIONS .SS -f Disables formatting of the diskettes. .SS -d Specifies the drive number of the floppy drive. The default is 0. This option cannot be used if the -D option is used. .SS -D Specifies the floppy device. The default is /dev/rdiskette. This option cannot be used if the -d option is used. .SS clientpkg The name of the client software package for which you wish to produce disks. The only supported option is tcp32wfw. .SH EXAMPLE To produce installation diskettes for the Windows for Workgroup client, type: .sp.5 makeclients tcp32wfw .SH NOTE The msclients package must be installed prior to using this command.