CT_NUMDISKF

 NUMDISKF()
 Determines the number of installed disk drives

 Syntax

     NUMDISKF() --> nTotalFloppy

 Returns

     NUMDISKF() returns a value that specifies how many disk drives are
     installed in the system.

 Description

     NUMDISKF() determines the number of disk drives and allows you to choose
     which drive you want to copy onto.

 Example

     Determine if a B: drive exists:

     IF NUMDISKF() == 2
        IF DISKREADY("B")
           ? "You can also use Drive B:!"
        ENDIF
     ENDIF

See Also: NUMDISKL() NUMDISKH()

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.