User Guide
Installation Scripts for NetWare 133
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
CopyFloppyImage
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).
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.
Delay
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.
Variable Description
<floppy type flag> (0|1) 0 indicates a 3.5-inch high-density drive. 1 indicates
a 5.25-inch high-density drive.
<diskette name> The external label for the diskette.