Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

Make a New PostPrevious ThreadView All ThreadsNext Thread*Show in Threaded Mode


SubjectSomeone posted something Reply to this message
Posted bylux_92886
Posted on10/02/04 10:48 AM



on how to make a list out of your filenames. Could you post the link again please?

Thanks.




Subjectdir | stuff.txt new Reply to this message
Posted byRoushiMSX
Posted on10/02/04 11:12 AM



For a full list of options, try
dir /?

Displays a list of files and subdirectories in a directory.

DIR [drive:][path][filename] [/A[[:]attributes]] [/C] [/D] [/L] [/N]
[/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]

[drive:][path][filename]
Specifies drive, directory, and/or files to list.

/A Displays files with specified attributes.
attributes D Directories R Read-only files
H Hidden files A Files ready for archiving
S System files - Prefix meaning not
/B Uses bare format (no heading information or summary).
/C Display the thousand separator in file sizes. This is the
default. Use /-C to disable display of separator.
/D Same as wide but files are list sorted by column.
/L Uses lowercase.
/N New long list format where filenames are on the far right.
/O List by files in sorted order.
sortorder N By name (alphabetic) S By size (smallest first)
E By extension (alphabetic) D By date/time (oldest first
G Group directories first - Prefix to reverse order
/P Pauses after each screenful of information.
/Q Display the owner of the file.
/S Displays files in specified directory and all subdirectories
/T Controls which time field displayed or used for sorting
timefield C Creation
A Last Access
W Last Written
/W Uses wide list format.
/X This displays the short names generated for non-8dot3 file
names. The format is that of /N with the short name inserte
before the long name. If no short name is present, blanks ar
displayed in its place.
/4 Displays four-digit years

Switches may be preset in the DIRCMD environment variable. Override
preset switches by prefixing any switch with - (hyphen)--for example, /-W.





SubjectRe: dir | stuff.txt new Reply to this message
Posted bylux_92886
Posted on10/02/04 11:29 AM



> For a full list of options, try
> dir /?
>
> Displays a list of files and subdirectories in a directory.
>
> DIR [drive:][path][filename] [/A[[:]attributes]] [/C] [/D] [/L] [/N]
> [/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]
>
> [drive:][path][filename]
> Specifies drive, directory, and/or files to list.
>
> /A Displays files with specified attributes.
> attributes D Directories R Read-only files
> H Hidden files A Files ready for archiving
> S System files - Prefix meaning not
> /B Uses bare format (no heading information or summary).
> /C Display the thousand separator in file sizes. This is the
> default. Use /-C to disable display of separator.
> /D Same as wide but files are list sorted by column.
> /L Uses lowercase.
> /N New long list format where filenames are on the far right.
> /O List by files in sorted order.
> sortorder N By name (alphabetic) S By size (smallest first)
> E By extension (alphabetic) D By date/time (oldest first
> G Group directories first - Prefix to reverse order
> /P Pauses after each screenful of information.
> /Q Display the owner of the file.
> /S Displays files in specified directory and all subdirectories
> /T Controls which time field displayed or used for sorting
> timefield C Creation
> A Last Access
> W Last Written
> /W Uses wide list format.
> /X This displays the short names generated for non-8dot3 file
> names. The format is that of /N with the short name inserte
> before the long name. If no short name is present, blanks ar
> displayed in its place.
> /4 Displays four-digit years
>
> Switches may be preset in the DIRCMD environment variable. Override
> preset switches by prefixing any switch with - (hyphen)--for example, /-W.
>
>
>
I guess I should have mentioned that it makes it into a word or excel file.


SubjectTry Google, or their website new Reply to this message
Posted byChachiSqrPants
Posted on10/02/04 11:31 AM



I use Listmaker.

CSP


SubjectROCK! -nt- new Reply to this message
Posted bylux_92886
Posted on10/02/04 12:07 PM



> > For a full list of options, try
> > dir /?
> >
> > Displays a list of files and subdirectories in a directory.
> >
> > DIR [drive:][path][filename] [/A[[:]attributes]] [/C] [/D] [/L] [/N]
> > [/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]
> >
> > [drive:][path][filename]
> > Specifies drive, directory, and/or files to list.
> >
> > /A Displays files with specified attributes.
> > attributes D Directories R Read-only files
> > H Hidden files A Files ready for archiving
> > S System files - Prefix meaning not
> > /B Uses bare format (no heading information or summary).
> > /C Display the thousand separator in file sizes. This is the
> > default. Use /-C to disable display of separator.
> > /D Same as wide but files are list sorted by column.
> > /L Uses lowercase.
> > /N New long list format where filenames are on the far right.
> > /O List by files in sorted order.
> > sortorder N By name (alphabetic) S By size (smallest first)
> > E By extension (alphabetic) D By date/time (oldest first
> > G Group directories first - Prefix to reverse order
> > /P Pauses after each screenful of information.
> > /Q Display the owner of the file.
> > /S Displays files in specified directory and all subdirectories
> > /T Controls which time field displayed or used for sorting
> > timefield C Creation
> > A Last Access
> > W Last Written
> > /W Uses wide list format.
> > /X This displays the short names generated for non-8dot3 file
> > names. The format is that of /N with the short name inserte
> > before the long name. If no short name is present, blanks ar
> > displayed in its place.
> > /4 Displays four-digit years
> >
> > Switches may be preset in the DIRCMD environment variable. Override
> > preset switches by prefixing any switch with - (hyphen)--for example, /-W.
> >
> >
> >
> I guess I should have mentioned that it makes it into a word or excel file.
>



Subjecti always use dir > stuff.txt new Reply to this message
Posted byTi-BOne
Posted on10/02/04 12:32 PM



actually all dos screens can be redirected to files through >
like tracert roushimsx.com > tracingroushimsx.com.txt works too
and other stuff..


> For a full list of options, try
> dir /?
>
> Displays a list of files and subdirectories in a directory.
>
> DIR [drive:][path][filename] [/A[[:]attributes]] [/C] [/D] [/L] [/N]
> [/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]
>
> [drive:][path][filename]
> Specifies drive, directory, and/or files to list.
>
> /A Displays files with specified attributes.
> attributes D Directories R Read-only files
> H Hidden files A Files ready for archiving
> S System files - Prefix meaning not
> /B Uses bare format (no heading information or summary).
> /C Display the thousand separator in file sizes. This is the
> default. Use /-C to disable display of separator.
> /D Same as wide but files are list sorted by column.
> /L Uses lowercase.
> /N New long list format where filenames are on the far right.
> /O List by files in sorted order.
> sortorder N By name (alphabetic) S By size (smallest first)
> E By extension (alphabetic) D By date/time (oldest first
> G Group directories first - Prefix to reverse order
> /P Pauses after each screenful of information.
> /Q Display the owner of the file.
> /S Displays files in specified directory and all subdirectories
> /T Controls which time field displayed or used for sorting
> timefield C Creation
> A Last Access
> W Last Written
> /W Uses wide list format.
> /X This displays the short names generated for non-8dot3 file
> names. The format is that of /N with the short name inserte
> before the long name. If no short name is present, blanks ar
> displayed in its place.
> /4 Displays four-digit years
>
> Switches may be preset in the DIRCMD environment variable. Override
> preset switches by prefixing any switch with - (hyphen)--for example, /-W.
>
>
>


-----------
Icy Guitarist


Previous ThreadView All ThreadsNext Thread*Show in Threaded Mode