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

Author Topic: how works the 'DIR redirection'  ??  (Read 15735 times)

0 Members and 1 Guest are viewing this topic.

zein gasmi

  • Guest
how works the 'DIR redirection'  ??
« on: May 13, 2004, 10:20:52 AM »
The  command:

DIR > myfile.txt - Takes the output of dir and re-routes it to the file myfile.txt instead of outputting it to the screen.

my question:
after wich pattern does is work? my portable MP3 player seems to run tracks according to this pattern, not after the alphanumeric sorting (renaming the files or giving them a sequential number does not help either)

sky

  • Guest
Re: how works the 'DIR redirection'  ??
« Reply #1 on: May 14, 2004, 12:30:17 PM »
hi,
not sure if i understand u correctly, but the pattern for dir is determine by dir command.

ie to sort by size of file dir /o:s

see dir /?