Windows 10: dir Difficulties

Discus and support dir Difficulties in Windows 10 Support to solve the problem; I am seeking to sort files with dir. Creation date and time is my most primary interest. This has been my primary guide. MS-DOS dir command help I... Discussion in 'Windows 10 Support' started by mikeincousa, Jun 25, 2018.

  1. dir Difficulties


    I am seeking to sort files with dir.

    Creation date and time is my most primary interest.

    This has been my primary guide.
    MS-DOS dir command help

    I have tried a number of these commands in Powershell and Admin Powershell

    The simple one element wild card ones work okay. Ex
    dir *.exe

    All the others seem to use methods and techniques beyond my current skill level.

    First. I do not understand this statement.
    Options listed below may be preset in the DIRCMD environment variable. To override preset options, prefix any switch with - (hyphen), for example, "/-W".
    A description and example might help,


    The slash operator returns errors that I do not know how to fix. Ex
    PS G:\> dir /b
    dir : Cannot find path 'G:\b' because it does not exist.

    Why does PS reverse the direction of the slash?

    Any guidance, clearer examples,references,tutorials...will be appreciated.

    Thanks


    :)
     
    mikeincousa, Jun 25, 2018
    #1
  2. C1DNiE Win User

    Thinking DIR-655.

    So I have a few nodes that I need traffic routed to in my home. This includes wireless, USB(convenient), and of course hard wire routed main station.

    I am running a broadband connection neighborhood coaxial to a Motorola DOCSIS 3.0 modem.

    dir Difficulties 865829755.png


    To the point of the topic.

    I need some suggestions.
    Needs:
    1GB ports x4 (10/100/1000)
    USB
    802.11b/g/"n draft"
    2 channels for streaming HD
    -basically my needs are standard and I want a solid option.

    Does not have to have playable firmware. Just legit.

    I was looking at the D-Link DIR-655
    http://www.newegg.com/Product/Product.aspx?Item=N82E16833127215&Tpk=dir-655

    Any Cisco/Linksys or other suggestions?
     
    C1DNiE, Jun 25, 2018
    #2
  3. Berton Win User
    DIR list to text list folders but not what is in them.


    In a Command Prompt window type dir /? [note the space] to get a list of switches you can use. I frequently use dir /o/s>dir.txt to get an Organized list of files and subFolders redirected to a dir.txt file in that Folder. Leave off the >dir.txt is only wanting a list on the screen but could use /p to pause it a screenful at a time.
     
    Berton, Jun 25, 2018
    #3
  4. dir Difficulties

    DIR list to text list folders but not what is in them.


    Is there a way with DIR command line via CMD or power shell to list the contents of a directory but exclude the contents of the folders and generate a a bare list(location name only). Just list the files and folders?
     
    ZippyDSMlee, Jun 25, 2018
    #4
Thema:

dir Difficulties

Loading...
  1. dir Difficulties - Similar Threads - dir Difficulties

  2. Windows 11 cmd dir output all screwed up.

    in Windows 10 Software and Apps
    Windows 11 cmd dir output all screwed up.: In the "old" days, doing a dir command in cmd prompt provided a perfectlyformatted output. Now, doing the dir command results in a totally screwedup output it starts off normal:F:\>dir Volume in drive F is Backup Plus Volume Serial Number is 5D8D-4F95 Directory of...
  3. Windows 11 cmd dir output all screwed up.

    in Windows 10 Gaming
    Windows 11 cmd dir output all screwed up.: In the "old" days, doing a dir command in cmd prompt provided a perfectlyformatted output. Now, doing the dir command results in a totally screwedup output it starts off normal:F:\>dir Volume in drive F is Backup Plus Volume Serial Number is 5D8D-4F95 Directory of...
  4. sudo dir not working powershell

    in Windows 10 Gaming
    sudo dir not working powershell: in powershell when i type sudo dir its says command not found. but when i type only dir it worksdir with no sudo in front in powershell worksbut sudo dir in cmd works finefrom what i know dir is not a cmdlet of powershell...
  5. sudo dir not working powershell

    in Windows 10 Software and Apps
    sudo dir not working powershell: in powershell when i type sudo dir its says command not found. but when i type only dir it worksdir with no sudo in front in powershell worksbut sudo dir in cmd works finefrom what i know dir is not a cmdlet of powershell...
  6. in cmd bar when I make the Dir command I find in almost every folder in my computer files...

    in Windows 10 Gaming
    in cmd bar when I make the Dir command I find in almost every folder in my computer files...: in cmd bar, when I make the Dir command I find in almost every folder in my computer files with name . and .. do I need to worry ? https://answers.microsoft.com/en-us/windows/forum/all/in-cmd-bar-when-i-make-the-dir-command-i-find-in/9fc8f5be-570c-4c0e-bc1c-62f335229124
  7. in cmd bar when I make the Dir command I find in almost every folder in my computer files...

    in Windows 10 Software and Apps
    in cmd bar when I make the Dir command I find in almost every folder in my computer files...: in cmd bar, when I make the Dir command I find in almost every folder in my computer files with name . and .. do I need to worry ? https://answers.microsoft.com/en-us/windows/forum/all/in-cmd-bar-when-i-make-the-dir-command-i-find-in/9fc8f5be-570c-4c0e-bc1c-62f335229124
  8. in CMD window, DIR and DIR /T:C show the incorrect date. The date I want is shown in the...

    in Windows 10 Gaming
    in CMD window, DIR and DIR /T:C show the incorrect date. The date I want is shown in the...: I downloaded a batch of photos from my iphone [via iCloud download]The files all show the date downloaded when I do the CMD DIR command. Explorer shows the date I want [Date Taken] in the DATE column. But I can't force it to come out in the DIR command...
  9. in CMD window, DIR and DIR /T:C show the incorrect date. The date I want is shown in the...

    in Windows 10 Software and Apps
    in CMD window, DIR and DIR /T:C show the incorrect date. The date I want is shown in the...: I downloaded a batch of photos from my iphone [via iCloud download]The files all show the date downloaded when I do the CMD DIR command. Explorer shows the date I want [Date Taken] in the DATE column. But I can't force it to come out in the DIR command...
  10. Extracting informations from a DIR /S command via DOS commands?

    in Windows 10 Network and Sharing
    Extracting informations from a DIR /S command via DOS commands?: Hi, I need to make a list of a folder's content on a server put this result in a Data filtered Excel file. I only have access to this folder via a mapped drive. This list will be used to identify which files can be migrated to another place, mainly document types of files. I...