BootDrive( ) Function

Description:
  The BootDrive() function finds the drive the system was booted from.  

Syntax:
  retval = BootDrive()

Parameters:
  numeric: retval The number of the drive that booted the system.

Platforms:
  Windows, DOS, Internet Active Pages



Example:

	local retval
	retval = bootdrive()
	
	println( retval )
	println( drivestr( ) )
	println( drivestr( ) [ bootdrive( ) ] + ":" )

  

(c) 2000-2001 by West Coast Web Adventures, Inc., All Rights Reserved