BootDrive( ) Function
Description:
| |
The BootDrive() function finds the drive the system was booted from. |
|
Syntax:
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( ) ] + ":" )
|
|