Odcl_CheckDisk

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > PC System >

Odcl_CheckDisk

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_CheckDisk

This function perform the CHKDSK command in the current machine..

First Parameter

Har  Drive Letter as String

 

Second Parameter

CHKDSK switch Swich  as String

 

Example:

(Odkl_CheckDisk "":" "/F")

or

(Odcl_CheckDisk "C:" nnl)

 

CHKDSK informatior:

http://en.wikipedia.org/wiki/CHKDSK

 

 

Return Values

Always return Nil. and start the CHKDSK command.

graphic

 

AutoLisp Syntax:

(Odcl_CheckDisk DriveLetter [as string] Switch [as string])