This commit is contained in:
bhanuyadav9136 2018-10-03 12:38:26 +00:00 committed by GitHub
commit d02f24f7ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
TITLE CHKDSK - MS-DOS Disk consistancy checker TITLE CHKDSK - MS-DOS Disk consistancy checker
; CHKDSK Version 2.30 ; CHKDSK Version 2.30
; Verifies and repairs MS-DOS disk directory.
; Verifies MS-DOS disk directory.
; Repairs MS-DOS disk directory.
; To build CHKDSK you need three modules: ; To build CHKDSK you need three modules:
@ -898,4 +900,4 @@ GOTNAME:
CODE ENDS CODE ENDS
END CHKDSK END CHKDSK