Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Checking if files are non contiguous  (Read 4238 times)

0 Members and 1 Guest are viewing this topic.

palvin_225

  • Guest
Checking if files are non contiguous
« on: November 11, 2004, 07:37:44 AM »
Hi Friends :),

Can somebody please help me to know How can I check if the any files are non contiguous(fratmented) on a disk through batch file commands

I will be very thankfull.

abdelhak

  • Guest
Re: Checking if files are non contiguous
« Reply #1 on: November 11, 2004, 08:15:18 AM »
Quote
Hi Friends :),

Can somebody please help me to know How can I check if the any files are non contiguous(fratmented) on a disk through batch file commands

I will be very thankfull.


LotsOfUrja

  • Guest
Re: Checking if files are non contiguous
« Reply #2 on: November 11, 2004, 08:55:12 AM »
Hi!

By using the command CHKDSK.

CHKDSK filename

That's it.

franksimari

  • Guest
Re: Checking if files are non contiguous
« Reply #3 on: November 13, 2004, 05:24:17 AM »
it really depends what platform you are using

i use win98 and at the dos prompt i simply type and enter    defrag

it connects all the defragmented parts. then you will know

Neil



    Expert
  • Fear me Track. Noone can escape my wrath.
  • Thanked: 3
    Re: Checking if files are non contiguous
    « Reply #4 on: November 13, 2004, 02:27:24 PM »
    scandisk /fragment [file name/path]

    eg scandisk /fragment example.txt