• DOS question.

    Author
    Topic
    #506374

    Hello. In CMD prompt, how can I “see” the found.001 folder to be able to delete it ? I am on c:, I do a DIR /w/p but no found.x shows up.
    All this, obviously, in Windows 10 14393.5. Thanks. Jean.

    Viewing 10 reply threads
    Author
    Replies
    • #1571936

      attrib -h -s found.001

      • #1571970

        Hello Browni and thanks. I just knew that somebody would come up with the way to help me. I worked fine. One funny here, they became visible but deleting them in DOS did not delete them, in windows, they left good.

        For Batcher, they were visible but greyed out. Have a look and thou ought to be surprised.

        DOS is still underlying in W-10, I use a lot of DOS commands, but that one escaped me, the attrib !

        Jean.

        • #1571972

          DOS is still underlying in W-10, I use a lot of DOS commands, but that one escaped me, the attrib!

          There are some who would say that Windows 10 is just a better way of running the Command Prompt window!

          BATcher

          Plethora means a lot to me.

        • #1571975

          Hello Browni and thanks. I just knew that somebody would come up with the way to help me. I worked fine. One funny here, they became visible but deleting them in DOS did not delete them, in windows, they left good.

          For Batcher, they were visible but greyed out. Have a look and thou ought to be surprised.

          DOS is still underlying in W-10, I use a lot of DOS commands, but that one escaped me, the attrib !

          Jean.

          DOS is NOT underlying in Windows 10. The Command Prompt window is just a shell to enable DOS-like commands.

          --Joe

          • #1572063

            JoeP, hello.
            Thanks for the well worded clarification. That shell is so nice that it is hard for the unknowing user, to tell the wheat from the chaff.
            Have a great evening. Jean.

      • #1572986

        Browni, hello.

        attrib -h -s found.001 This has worked wonders, thanks. Can you now decipher this for me, the switch -h and – s ! Having fun. Jean.

        • #1573000

          attrib -h -s found.001 This has worked wonders, thanks. Can you now decipher this for me, the switch -h and – s !

          You can decipher this for yourself from the Help information obtained by typing
          attrib /?

          BATcher

          Plethora means a lot to me.

          • #1573032

            BAT, good 14393.10 to you.
            Thanks, it shows that I really do not know DOS. A great day to you. Jean.

    • #1571969

      If you can’t ‘see’ FOUND.001, how do you know it exists?

      Compare sound of trees falling in uninhabited forests, one hand clapping, etc…

      BATcher

      Plethora means a lot to me.

    • #1572066

      Also good to know if a person has a DOS book/handbook is that not all of the DOS commands and switches for them work in the Command Prompt in WinXP and later.

      Before you wonder "Am I doing things right," ask "Am I doing the right things?"
    • #1572067

      http://gobruen.com/progs/dos_batch/dos_batch.html
      There are other web sites which give DOS information, the above is just one of many.

      "Take care of thy backups and thy restores shall take care of thee." Ben Franklin, revisted

    • #1572072

      When I studied it, THIS came in a two-volume set. So here it is is for free (it seems – I haven’t downloaded it myself, but that was the textbook).

      Interesting link from that, for old-timers, to home computers.

      • #1572999

        Dogberry: Thanks for posting those links; now I really feel old. My first computer was a Commodore VIC-20. I thought I died and went to heaven.

    • #1572079

      OK dogberry, we know what’s going to happen now. Let me start. When I started computing I used scratches on a cave wall. None of those new-fangled beads on wires for me.:flee:

      Eliminate spare time: start programming PowerShell

      • #1572135

        OK dogberry, we know what’s going to happen now. Let me start. When I started computing I used scratches on a cave wall. None of those new-fangled beads on wires for me.:flee:

        How true! How true!
        Scratching was the easy part, but erasing was a real chore.
        We kept having to move because our cave would eventually be larger than we needed!

        Image or Clone often! Backup, backup, backup, backup......
        - - - - -
        Home Built: Windows 10 Home 64-bit, AMD Athlon II X3 435 CPU, 16GB RAM, ASUSTeK M4A89GTD-PRO/USB3 (AM3) motherboard, 512GB SanDisk SSD, 3 TB WD HDD, 1024MB ATI AMD RADEON HD 6450 video, ASUS VE278 (1920x1080) display, ATAPI iHAS224 Optical Drive, integrated Realtek HD Audio

    • #1572081

      I’m still learning to use an abacus :D:

      This new fangled technology ! :D:

    • #1572112

      Man has made progress, man moved from grunt and throw spear to grunt and click mouse.

      "Take care of thy backups and thy restores shall take care of thee." Ben Franklin, revisted

    • #1573061

      *sigh*
      *continues typing*

      “dos=high,umb….”

      • #1573354

        *sigh*
        *continues typing*

        “dos=high,umb….”

        Ugh! Trying to eke out a few more kilobytes so an application would run. I remember it well.

    • #1573310

      I found http://ss64.com/nt/ to be an excellent reference on the NT dos commands.If you go top level http://ss64.com it also has command line references for bash, PowerShell, OSX and others.

      Dick

    • #1573455

      The following will delete files which have any attribute combination, including Read Only, System, and Hidden:

      Code:
      del /a /f [I]filename(s)-&-or-wildcard(s)[/I]

      This works both in batchfiles and on the DOS command line.

      This particular use of the /a switch appears to be an officially undocumented feature.

      You can combine these switches with other del command switches if needed.

      Caveats for beginners:

        [*]Be very careful using wildcards with this, as if you make a mistake you might do major damage to your computer. The command example given will not ask for confirmation before deleting files.
        [*]This deletes files forever, not to the Recycle Bin.
        [*]If you haven’t made a known good recent partition backup, don’t delete anything you won’t be able to get back.

      Asus N53SM & N53SN 64-bit laptops (Win7 Pro & Win10 Pro 64-bit multiboots), venerable HP Pavilion t760 32-bit desktop (XP & Win7 Pro multiboot), Oracle VirtualBox VM's: XP & Win7 32-bit, XP Mode, aged Samsung Galaxy S4, Samsung Galaxy Tab A 2019s (8" & 10.1"), Blu-ray burners, digital cameras, ext. HDDs (latest 5TB!), AnyDVD, Easeus ToDo Backup Home, Waterfox, more. Me: Aussie card-carrying Windows geek.

    Viewing 10 reply threads
    Reply To: DOS question.

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: