Page 1 of 1

Unsorted mode for Total Commander

Posted: 2004-05-17, 07:55 UTC
by pdavit
An unsorted list of files displays the files in the way data is stored on a media and not based on some criteria like alphabetically or sizewise, for example. An option present on the old Norton Commander if you remember. On the other hand though, defragmentation applications usually rearrange stored data on human-readable form where an unsorted list could actually have been previously sorted based on some criteria.

Posted: 2004-05-17, 08:05 UTC
by Hacker
You mean Ctrl-F7?

HTH
Roman

Posted: 2004-05-17, 08:22 UTC
by pdavit
Hacker wrote:You mean Ctrl-F7?
Ok! This is really embarrassing! :oops:

I had forgotten the presence of the feature! Someone did put something in my drink while parting the weekend! ;)

Posted: 2004-05-17, 11:14 UTC
by Flint
Sometimes I need this feature. One example, I remembered now: I was creating boot DOS floppy image (and then - diskette itself). Boot floppy disk for DOS must contain files io.sys and msdos.sys placed at the very beginning of the disk. How could I ensure this without Ctrl+F7?..
Of course, this feature is used very rarely, but it is used.

Posted: 2004-05-19, 09:11 UTC
by Hacker
How could I ensure this without Ctrl+F7?..
Hmm, using the system format dialog? Or maybe format /s a:? Or by copying these two files first and then the rest?

:)

Roman

Posted: 2004-05-19, 09:17 UTC
by SanskritFritz
I use this feature very often with my USB MP3 player. It plays the files in the order I uploaded the files. So to see the "playlist" i press Ctrl F7 :-)

Posted: 2004-05-19, 09:30 UTC
by Flint
Hacker
Hmm, using the system format dialog? Or maybe format /s a:
I work under WinXP. Its format.exe has not /s option. So the format dialog has no according option.
Or by copying these two files first and then the rest?
First of all, I wrote about checking, not about creating. I know that this methode must work correctly, and I used this methode, but I wanted to check it...
And one more reason - I made this several times, some of them with real floppy diskette, and others - with image file, using the TC's plugin. I don't know how this plugin works, maybe it uses some cache algorithms or something else that will place my files in different order than I copied them.

Posted: 2004-06-05, 23:06 UTC
by Sheepdog
Flint wrote:
Or by copying these two files first and then the rest?
First of all, I wrote about checking, not about creating.
To check which is the very first file on disk you can use 'debug'.
  1. start debug
  2. type 'l 00 00 00 f0' which means load to memory start 00 from disk 00 (i.e disc a:) bginning with sector 00 F0 (in dezimal 240) sectors
  3. type 'd 2400' wich displays you the first sector of the first file of the disc ( 1.44 Mb)
  4. note the first 6 values
  5. look with [F3] in Hex mode at the IO.sys if the values match
sheepdog

Posted: 2004-06-05, 23:15 UTC
by Flint
Sheepdog
Hmmm... Of course I could do it... But do you really think that this methode is more simple than pressing Ctrl+F7? :D

Posted: 2004-06-05, 23:34 UTC
by Sheepdog
Flint wrote:Sheepdog
Hmmm... Of course I could do it... But do you really think that this methode is more simple than pressing Ctrl+F7? :D
Of course not but I thought it maybe could be useful if no TC is available. And beside I think it is possible that a file is the first in the directory tree but not the first at the disc.

Neverthless I hope that someone somtime will take profit from this info.
And that way ( to post if you know somthing) you get a power member :wink: :lol:

sheepdog

Posted: 2004-06-06, 21:04 UTC
by Flint
Sheepdog
Neverthless I hope that someone somtime will take profit from this info.
And that way ( to post if you know somthing) you get a power member
:lol:
In this case I can post one more methode to know the order of the files: just DIR :) By default it outputs file list unsorted. As I think this is the most simple way after Ctrl+F7, and it can also be used when TC does not present.

Posted: 2004-11-06, 16:07 UTC
by petermad
I have my files shown unsorted by default, and I would like an option to set TC not to sort the directories either - and by that I don't mean that dirs should not be sorted (I can set that i Configuration -> Display -> Sorting directories -> Like files - No I mean that the directories also shouldn't be shown at the top of the list, but should be shown where they are placed among the files.

Furthermore, choosing Reverse Order sorting should also work for unsorted files, it doesn't now.

Posted: 2004-11-08, 19:18 UTC
by ghisler(Author)
Unfortunately many functions in TC rely on the fact that directories come before all files, sorry.

Posted: 2004-11-08, 22:28 UTC
by petermad
Ahaaa! - OK I will delete that request from my wish list then.