Jump to content

CHKDSK.COM: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
!Date||Version||Size||Comments
!Date||Version||Size||Comments
|-
|-
|2017-07-09|| ||70,720 bytes||Included in ArcaOS 5.0.1.
|1992|| || bytes||
|-
|-
|1993-07-24 11:55|| ||68,656 bytes||OS/2 2.0 (XR_6100)
|1993-04-29|| ||68,656 bytes||OS/2 2.1<br/>OS/2 2.0 (XR_6100)
|-
|-
|}
|}


==CONFIG.SYS==
==CONFIG.SYS==
{{ProdS |V13=*|V20=*|V21=*|V22=*|V30=C|V31=C|V40=C|V45=S}}
This CALL statement will call the new 32-bit CHKDSK.COM, and will tell it what drive to check (e.g. C:). This CALL statement must appear after the LIBPATH=, SET PATH=, and SET DPATH= statements, but before any other CALL statements in your CONFIG.SYS file.
This CALL statement will call the new 32-bit CHKDSK.COM, and will tell it what drive to check (e.g. C:). This CALL statement must appear after the LIBPATH=, SET PATH=, and SET DPATH= statements, but before any other CALL statements in your CONFIG.SYS file.


The /C option tells CHKDSK to check the drive only if it is "dirty" and it needs checking. It needs BASEDEV=CHKDSK.SYS loaded.
The /C option tells CHKDSK to check the drive only if it is "dirty" and it needs checking. It needs [[CHKDSK.SYS]] loaded.


'''Platform Support:'''
[[Category:System files]]
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==DLLs Loaded==
* [[DOSCALL1.DLL]]
* [[NLS.DLL]]
* [[KBDCALLS.DLL]]
* [[VIOCALLS.DLL]]
* [[MSG.DLL]]
 
[[Category:Files]]

Latest revision as of 04:53, 31 December 2022

Program that checks for and fixes problems in the on-disk file structure.

Version

Date Version Size Comments
1992 bytes
1993-04-29 68,656 bytes OS/2 2.1
OS/2 2.0 (XR_6100)

CONFIG.SYS

Product Support
OS/2 1.3 *
OS/2 2.0 *
OS/2 2.1 *
OS/2 2.11 SMP *
OS/2 Warp 3 C
OS/2 Warp Connect C
OS/2 Warp 4 C
OS/2 Warp Server for e-Business S

This CALL statement will call the new 32-bit CHKDSK.COM, and will tell it what drive to check (e.g. C:). This CALL statement must appear after the LIBPATH=, SET PATH=, and SET DPATH= statements, but before any other CALL statements in your CONFIG.SYS file.

The /C option tells CHKDSK to check the drive only if it is "dirty" and it needs checking. It needs CHKDSK.SYS loaded.