Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>lastdrive() - get lastdrive setting in config.sys</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     lastdrive() - get lastdrive setting in config.sys
  Usage:    <string> = lastdrive()
  Params:   none
  Returns:  a string equal to the drive letter specified by the
            LASTDRIVE= setting in the config.sys file in the
            format D:, where D is the drive letter.

 ---------------------------------- Example ---------------------------------

                 if (lastdrive() < "N:")
                      ? "You must set lastdrive to N:"
                      ? "in your config.sys file"
                 endif

  Note:     On DOS version 3.00 and higher, lastdrive will
            return lastdrive() == E: if there is no lastdrive=
            statement in the config.sys file. E: is the minimum
            lastdrive value on DOS versions 3.00 and higher.


See Also: handles() curdrive() setdrive() sethandles()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson