Novell NETWARE 6-DOCUMENTATION Manual page 330

Table of Contents

Advertisement

CopyFloppyImage
Delay
Syntax
CopyFloppyImage <floppy type flag>, <diskette name>, <src var
name>, <src file spec>, <src vol name>, <src descr>, <dest var
name>, <dest dir>, <dest vol name>, <dest descr>
Description
CopyFloppyImage copies a diskette image file sector by sector to the specified
drive (destination path which must be a diskette drive).
Variable
<floppy type flag> (0|1)
<diskette name>
Example
GetPath, dst, 2, 'A:', ''
CopyFloppyImage 0, "Disk 1", 3.5\WSDOS_1.IMG, '', '', dst,
'', '', ''
The floppy image specified by the source path is copied to the diskette in the
specified drive.
Syntax
Delay <delay in seconds>
Description
Delay relinquishes control for <delay in seconds> seconds before returning
control back to the calling process. If a negative value is used, the delay is a
random value from 0 to the absolute value of <delay in seconds>.
Example
Delay '-10'
This delays randomly from 0 to 10 seconds.
Description
0 indicates a 3.5-inch high-density drive. 1 indicates
a 5.25-inch high-density drive.
The external label for the diskette.
Installation Scripts for NetWare 133

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netware 6

Table of Contents