Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. HELP! Windows Guru needed!!

HELP! Windows Guru needed!!

Scheduled Pinned Locked Moved The Lounge
helpquestion
13 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fred D
    wrote on last edited by
    #1

    Hi there, XP or most likely the makefile/compiler played a trick on me: it seems to have duplicated x times one of the source folder for a project!! in the explorer it looks like a big mess, and even more, that the path size to reach the last created fodler is beyond windows path size !? :wtf: something like: "C:\Development\DLS\a\gd\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone" > I've renamed 'standalone' to 'w' to make it shorter but when I tried to remove the whole folder, it seemed to increased the size even more!? X| I've tried to delete the DLS folder from the explorer (gave me a path long error), rd /s DLS (seem to remove some folders but they are still there at the end!) rm -d DLS (throws a permission denied) this is driving me nuts, any ideas?? cheers Fred

    D L A H M 6 Replies Last reply
    0
    • F Fred D

      Hi there, XP or most likely the makefile/compiler played a trick on me: it seems to have duplicated x times one of the source folder for a project!! in the explorer it looks like a big mess, and even more, that the path size to reach the last created fodler is beyond windows path size !? :wtf: something like: "C:\Development\DLS\a\gd\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone" > I've renamed 'standalone' to 'w' to make it shorter but when I tried to remove the whole folder, it seemed to increased the size even more!? X| I've tried to delete the DLS folder from the explorer (gave me a path long error), rd /s DLS (seem to remove some folders but they are still there at the end!) rm -d DLS (throws a permission denied) this is driving me nuts, any ideas?? cheers Fred

      D Offline
      D Offline
      Douglas Troy
      wrote on last edited by
      #2

      Boot into safe mode and try deleting the directory ...


      :..::. Douglas H. Troy ::..
      Bad Astronomy |VCF|wxWidgets|WTL

      F 1 Reply Last reply
      0
      • F Fred D

        Hi there, XP or most likely the makefile/compiler played a trick on me: it seems to have duplicated x times one of the source folder for a project!! in the explorer it looks like a big mess, and even more, that the path size to reach the last created fodler is beyond windows path size !? :wtf: something like: "C:\Development\DLS\a\gd\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone" > I've renamed 'standalone' to 'w' to make it shorter but when I tried to remove the whole folder, it seemed to increased the size even more!? X| I've tried to delete the DLS folder from the explorer (gave me a path long error), rd /s DLS (seem to remove some folders but they are still there at the end!) rm -d DLS (throws a permission denied) this is driving me nuts, any ideas?? cheers Fred

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        Sounds like a symbolic link or what ever we have on Windows. Try deltree (is this around?) maybe?

        xacc.ide - now with IronScheme support
        IronScheme - 1.0 alpha 1 out now

        F T 2 Replies Last reply
        0
        • L leppie

          Sounds like a symbolic link or what ever we have on Windows. Try deltree (is this around?) maybe?

          xacc.ide - now with IronScheme support
          IronScheme - 1.0 alpha 1 out now

          F Offline
          F Offline
          Fred D
          wrote on last edited by
          #4

          no deltree on XP...

          1 Reply Last reply
          0
          • D Douglas Troy

            Boot into safe mode and try deleting the directory ...


            :..::. Douglas H. Troy ::..
            Bad Astronomy |VCF|wxWidgets|WTL

            F Offline
            F Offline
            Fred D
            wrote on last edited by
            #5

            unfortunately it ends up in the same way :(

            1 Reply Last reply
            0
            • F Fred D

              Hi there, XP or most likely the makefile/compiler played a trick on me: it seems to have duplicated x times one of the source folder for a project!! in the explorer it looks like a big mess, and even more, that the path size to reach the last created fodler is beyond windows path size !? :wtf: something like: "C:\Development\DLS\a\gd\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone" > I've renamed 'standalone' to 'w' to make it shorter but when I tried to remove the whole folder, it seemed to increased the size even more!? X| I've tried to delete the DLS folder from the explorer (gave me a path long error), rd /s DLS (seem to remove some folders but they are still there at the end!) rm -d DLS (throws a permission denied) this is driving me nuts, any ideas?? cheers Fred

              A Offline
              A Offline
              Angelo Cresta
              wrote on last edited by
              #6

              Try to : - Open "task manager" - Kill Explorer.exe process - File--> new task ... -->CMD (open a command prompt) - navigate to your folder and delete files - again File--> new task ... --> explorer.exe Regards /// Angel

              F 1 Reply Last reply
              0
              • L leppie

                Sounds like a symbolic link or what ever we have on Windows. Try deltree (is this around?) maybe?

                xacc.ide - now with IronScheme support
                IronScheme - 1.0 alpha 1 out now

                T Offline
                T Offline
                Tomas Brennan
                wrote on last edited by
                #7

                deltree doesn't exist afaik...best way I'd deal with it is so get the old 8.3 directory naming convention for that folder than issue rmdir /s C:\Progra~1\*.* etc... Let me know how you get on? Good luck, Tom.

                1 Reply Last reply
                0
                • A Angelo Cresta

                  Try to : - Open "task manager" - Kill Explorer.exe process - File--> new task ... -->CMD (open a command prompt) - navigate to your folder and delete files - again File--> new task ... --> explorer.exe Regards /// Angel

                  F Offline
                  F Offline
                  Fred D
                  wrote on last edited by
                  #8

                  not better.. :((

                  A 1 Reply Last reply
                  0
                  • F Fred D

                    not better.. :((

                    A Offline
                    A Offline
                    Angelo Cresta
                    wrote on last edited by
                    #9

                    is it under source control?

                    1 Reply Last reply
                    0
                    • F Fred D

                      Hi there, XP or most likely the makefile/compiler played a trick on me: it seems to have duplicated x times one of the source folder for a project!! in the explorer it looks like a big mess, and even more, that the path size to reach the last created fodler is beyond windows path size !? :wtf: something like: "C:\Development\DLS\a\gd\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone" > I've renamed 'standalone' to 'w' to make it shorter but when I tried to remove the whole folder, it seemed to increased the size even more!? X| I've tried to delete the DLS folder from the explorer (gave me a path long error), rd /s DLS (seem to remove some folders but they are still there at the end!) rm -d DLS (throws a permission denied) this is driving me nuts, any ideas?? cheers Fred

                      H Offline
                      H Offline
                      Hamed Musavi
                      wrote on last edited by
                      #10

                      Find a linux version that can run from CD Rom without installation (and also supports NTFS if drive is NTFS formatted.) It might be able to rename the folders in between or even delete folders. throws a permission denied [Edit]By the way, this message is strange. Didn't you change security options of that folder?[/Edit]

                      1 Reply Last reply
                      0
                      • F Fred D

                        Hi there, XP or most likely the makefile/compiler played a trick on me: it seems to have duplicated x times one of the source folder for a project!! in the explorer it looks like a big mess, and even more, that the path size to reach the last created fodler is beyond windows path size !? :wtf: something like: "C:\Development\DLS\a\gd\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone" > I've renamed 'standalone' to 'w' to make it shorter but when I tried to remove the whole folder, it seemed to increased the size even more!? X| I've tried to delete the DLS folder from the explorer (gave me a path long error), rd /s DLS (seem to remove some folders but they are still there at the end!) rm -d DLS (throws a permission denied) this is driving me nuts, any ideas?? cheers Fred

                        M Offline
                        M Offline
                        Mike Dimmick
                        wrote on last edited by
                        #11

                        It sounds like a cross-linked file or a junction point, to be honest. I'd run chkdsk /f after backing up the rest of your data.

                        DoEvents: Generating unexpected recursion since 1991

                        F 1 Reply Last reply
                        0
                        • M Mike Dimmick

                          It sounds like a cross-linked file or a junction point, to be honest. I'd run chkdsk /f after backing up the rest of your data.

                          DoEvents: Generating unexpected recursion since 1991

                          F Offline
                          F Offline
                          Fred D
                          wrote on last edited by
                          #12

                          tx Mike, I've ran a chkdsk (without /f) and it found some 'orphaned' files. now, i'm not sure if they are related to that faulty directory, but before I leave this eve I'll launch a chkdsk /f as it needs to lock the drive. Fred

                          1 Reply Last reply
                          0
                          • F Fred D

                            Hi there, XP or most likely the makefile/compiler played a trick on me: it seems to have duplicated x times one of the source folder for a project!! in the explorer it looks like a big mess, and even more, that the path size to reach the last created fodler is beyond windows path size !? :wtf: something like: "C:\Development\DLS\a\gd\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\w\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone\Standalone" > I've renamed 'standalone' to 'w' to make it shorter but when I tried to remove the whole folder, it seemed to increased the size even more!? X| I've tried to delete the DLS folder from the explorer (gave me a path long error), rd /s DLS (seem to remove some folders but they are still there at the end!) rm -d DLS (throws a permission denied) this is driving me nuts, any ideas?? cheers Fred

                            M Offline
                            M Offline
                            Mladen Jankovic
                            wrote on last edited by
                            #13

                            Use Process Explorer[^] to see if some process has opened handle to the folder or a file within the folder. Then you can forcibly close that handle and try to remove the folder.

                            Mostly, when you see programmers, they aren't doing anything. One of the attractive things about programmers is that you cannot tell whether or not they are working simply by looking at them. Very often they're sitting there seemingly drinking coffee and gossiping, or just staring into space. What the programmer is trying to do is get a handle on all the individual and unrelated ideas that are scampering around in his head. (Charles M Strauss)

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups