|
#1
|
|||
|
|||
|
I'm just starting to use XP (as an MCE) and wonder if there is a way to
change the listing of files in the directories in DOS to resemble the way my old Me system did with shortcut name of file/type/size/date/long name- on the printout, in that order. Thanks, Vince -- vince |
|
#2
|
|||
|
|||
|
XP doesn't have DOS.
If you mean in a command prompt, type this in the window, dir /? Look at /O sortorder -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:0D0D8CD4-9E02-4FFD-B8CC-01BDF375D87E@microsoft.com, vince <vince@discussions.microsoft.com> hunted and pecked: > I'm just starting to use XP (as an MCE) and wonder if there is a way to > change the listing of files in the directories in DOS to resemble the way > my old Me system did with shortcut name of file/type/size/date/long name- > on the printout, in that order. > Thanks, > Vince > -- > vince |
|
#3
|
|||
|
|||
|
For %A in (c*.*) do @echo %~nsA %~sxA %~zA %~tA
Make your own dir listing anyway you like. See the end of for /? for %~ switches. -- -------------------------------------------------------------------------------------------------- Read David defending the concept of violence. http://margokingston.typepad.com/har...e_ga.html#more ================================================= "vince" <vince@discussions.microsoft.com> wrote in message news:0D0D8CD4-9E02-4FFD-B8CC-01BDF375D87E@microsoft.com... > I'm just starting to use XP (as an MCE) and wonder if there is a way to > change the listing of files in the directories in DOS to resemble the way my > old Me system did with shortcut name of file/type/size/date/long name- on the > printout, in that order. > Thanks, > Vince > -- > vince |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Troubleshoot update failure | DLS | Windows Update | 1 | 01-05-2006 05:03 PM |
| File names list | Aditya | Windows Media Player | 1 | 01-05-2006 04:15 PM |
| Keeping backup of my pictures in my order | Gladys222 | Windows XP Photos | 10 | 01-05-2006 07:08 AM |
| Re: System Restore won't work | djenning | Windows XP Perform Maintain | 19 | 01-05-2006 05:51 AM |
| Re: What is the ~$ sysbol before a file name? | Wesley Vogel | Windows XP Basics | 2 | 01-05-2006 02:00 AM |