home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / Basic / QBUTIL5P.ZIP / QBDEMO.ZIP / DOSINFO.DEM < prev    next >
Encoding:
Text File  |  1990-02-01  |  1.4 KB  |  52 lines

  1. This section provides demonstration for some of the 21 DOS utilities
  2. available is this release of QBUTIL.
  3.  
  4. DOS Utility List:
  5.  
  6. CheckDrive - See if the drive is available.
  7.  
  8. DirectoryExist - See if the directory is available.
  9.  
  10. DriveType - Find out the drive type for the requested drive.
  11.  
  12. FileExist - See if the file is available.
  13.  
  14. GetDirData - Read the requested directory into memory.
  15.  
  16. GetDirectory - Get the current default directory.
  17.  
  18. GetDosVer - Get the current DOS version.
  19.  
  20. GetDrive - Get the current default drive.
  21.  
  22. GetDriveAllocation - Get allocation information for the requested
  23. drive.
  24.  
  25. GetDriveFree - Get the requested drive disk space information.
  26.  
  27. GetFileAttr - Get the requested file attributes.
  28.  
  29. GetVerify - Get the Verify-After-Write flag status.
  30.  
  31. KillDirectory - Remove the requested directory. (*)
  32.  
  33. KillFile - Remove the requested file. (*)
  34.  
  35. MakeDirectory - Make the requested directory. (*)
  36.  
  37. SetDirectory - Set the default directory. (*)
  38.  
  39. SetDrive - Set the default drive. (*)
  40.  
  41. SetFileAttr - Set file attributes.
  42.  
  43. SetVerify - Set the Verify-After-Write flag.
  44.  
  45. ShowDir - Display the directory.
  46.  
  47. ValidDrives - Determine the valid drives on the system.
  48.  
  49. * Indicates routines that have QuickBASIC equivalents. However, these
  50. routines bypass the normal error handler if an error occurs.
  51.  
  52.