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. A cool hack for VC++

A cool hack for VC++

Scheduled Pinned Locked Moved The Lounge
c++comlinuxquestionlounge
14 Posts 10 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.
  • E Ernest Laurentin

    I have a cool hack for deleting temporary VC++ files on your computer: I created a simple .reg files and merge (or import from RegEdit), now you can just right-click and delete them all. Enjoy! BTW, do we have a tips section? (not programming, just general tips section) --

    REGEDIT4

    [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files]

    [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files\command]
    @="\"cmd.exe\" \"/c del /s *.obj,*.res;*.pch;*.pdb;*.tlb;*.idb;*.ilk;*.opt;*ncb;*.sbr;*.sup;*.bsc\""

    --

    ÿVOTD: 8 "For it is by grace you have been saved, through faith--and this not from yourselves, it is the gift of God- 9 not by works, so that no one can boast." - Eph 2:8-9

    C Offline
    C Offline
    Chris Losinger
    wrote on last edited by
    #2

    -c


    Gourmet, n: Anyone whom, when you fail to finish something strange or revolting, remarks that it's an acquired taste and that you're leaving the best part.

    ImgSource!

    1 Reply Last reply
    0
    • E Ernest Laurentin

      I have a cool hack for deleting temporary VC++ files on your computer: I created a simple .reg files and merge (or import from RegEdit), now you can just right-click and delete them all. Enjoy! BTW, do we have a tips section? (not programming, just general tips section) --

      REGEDIT4

      [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files]

      [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files\command]
      @="\"cmd.exe\" \"/c del /s *.obj,*.res;*.pch;*.pdb;*.tlb;*.idb;*.ilk;*.opt;*ncb;*.sbr;*.sup;*.bsc\""

      --

      ÿVOTD: 8 "For it is by grace you have been saved, through faith--and this not from yourselves, it is the gift of God- 9 not by works, so that no one can boast." - Eph 2:8-9

      P Offline
      P Offline
      peterchen
      wrote on last edited by
      #3

      I would definitely appreciate a "tips" section - some of the articles are just too clumsy for their contents.


      One day I might find it quite amusing how touching tongues make life so confusing  Anne Clark again   [sighist]

      1 Reply Last reply
      0
      • E Ernest Laurentin

        I have a cool hack for deleting temporary VC++ files on your computer: I created a simple .reg files and merge (or import from RegEdit), now you can just right-click and delete them all. Enjoy! BTW, do we have a tips section? (not programming, just general tips section) --

        REGEDIT4

        [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files]

        [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files\command]
        @="\"cmd.exe\" \"/c del /s *.obj,*.res;*.pch;*.pdb;*.tlb;*.idb;*.ilk;*.opt;*ncb;*.sbr;*.sup;*.bsc\""

        --

        ÿVOTD: 8 "For it is by grace you have been saved, through faith--and this not from yourselves, it is the gift of God- 9 not by works, so that no one can boast." - Eph 2:8-9

        A Offline
        A Offline
        Avery Moore
        wrote on last edited by
        #4

        Thanks :)

        1 Reply Last reply
        0
        • E Ernest Laurentin

          I have a cool hack for deleting temporary VC++ files on your computer: I created a simple .reg files and merge (or import from RegEdit), now you can just right-click and delete them all. Enjoy! BTW, do we have a tips section? (not programming, just general tips section) --

          REGEDIT4

          [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files]

          [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files\command]
          @="\"cmd.exe\" \"/c del /s *.obj,*.res;*.pch;*.pdb;*.tlb;*.idb;*.ilk;*.opt;*ncb;*.sbr;*.sup;*.bsc\""

          --

          ÿVOTD: 8 "For it is by grace you have been saved, through faith--and this not from yourselves, it is the gift of God- 9 not by works, so that no one can boast." - Eph 2:8-9

          L Offline
          L Offline
          loket
          wrote on last edited by
          #5

          While yore at it, can you please write a shell ext. that allows me to right click on a .dsp file and select 'build' ? :) /M


          - Don't sweat the petty things, and don't pet the sweaty things.

          P 1 Reply Last reply
          0
          • L loket

            While yore at it, can you please write a shell ext. that allows me to right click on a .dsp file and select 'build' ? :) /M


            - Don't sweat the petty things, and don't pet the sweaty things.

            P Offline
            P Offline
            peterchen
            wrote on last edited by
            #6

            which configuration? ;)


            One day I might find it quite amusing how touching tongues make life so confusing  Anne Clark again   [sighist]

            L 1 Reply Last reply
            0
            • E Ernest Laurentin

              I have a cool hack for deleting temporary VC++ files on your computer: I created a simple .reg files and merge (or import from RegEdit), now you can just right-click and delete them all. Enjoy! BTW, do we have a tips section? (not programming, just general tips section) --

              REGEDIT4

              [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files]

              [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files\command]
              @="\"cmd.exe\" \"/c del /s *.obj,*.res;*.pch;*.pdb;*.tlb;*.idb;*.ilk;*.opt;*ncb;*.sbr;*.sup;*.bsc\""

              --

              ÿVOTD: 8 "For it is by grace you have been saved, through faith--and this not from yourselves, it is the gift of God- 9 not by works, so that no one can boast." - Eph 2:8-9

              B Offline
              B Offline
              Barry Lapthorn
              wrote on last edited by
              #7

              Check out Chris Sells' website for shell extensions to register COM objects with a right click, and setting the completion character in a cmd shell.... http://www.sellsbrothers.com/tools/ B.

              N 1 Reply Last reply
              0
              • B Barry Lapthorn

                Check out Chris Sells' website for shell extensions to register COM objects with a right click, and setting the completion character in a cmd shell.... http://www.sellsbrothers.com/tools/ B.

                N Offline
                N Offline
                Nick Parker
                wrote on last edited by
                #8

                http://www.sellsbrothers.com/tools/[^]. :) Nick Parker


                B 1 Reply Last reply
                0
                • N Nick Parker

                  http://www.sellsbrothers.com/tools/[^]. :) Nick Parker


                  B Offline
                  B Offline
                  Barry Lapthorn
                  wrote on last edited by
                  #9

                  Damn! ;) Maybe I'll preview it next time. B.

                  1 Reply Last reply
                  0
                  • P peterchen

                    which configuration? ;)


                    One day I might find it quite amusing how touching tongues make life so confusing  Anne Clark again   [sighist]

                    L Offline
                    L Offline
                    loket
                    wrote on last edited by
                    #10

                    All configs should offcourse pop up in a submenu. :) /M


                    - Don't sweat the petty things, and don't pet the sweaty things.

                    C 1 Reply Last reply
                    0
                    • L loket

                      All configs should offcourse pop up in a submenu. :) /M


                      - Don't sweat the petty things, and don't pet the sweaty things.

                      C Offline
                      C Offline
                      Chris Losinger
                      wrote on last edited by
                      #11

                      it would be even better if he could get it to distribute the compilation over any available networked computers. -c


                      "I am angry that so many of the sons of the powerful and well-placed... managed to wangle slots in Reserve and National Guard units...Of the many tragedies of Vietnam, this raw class discrimination strikes me as the most damaging to the ideal that all Americans are created equal and owe equal allegiance to their country." --Colin Powell

                      ImgSource!

                      R 1 Reply Last reply
                      0
                      • C Chris Losinger

                        it would be even better if he could get it to distribute the compilation over any available networked computers. -c


                        "I am angry that so many of the sons of the powerful and well-placed... managed to wangle slots in Reserve and National Guard units...Of the many tragedies of Vietnam, this raw class discrimination strikes me as the most damaging to the ideal that all Americans are created equal and owe equal allegiance to their country." --Colin Powell

                        ImgSource!

                        R Offline
                        R Offline
                        Roger Wright
                        wrote on last edited by
                        #12

                        Geez! Talk about feature creep!!!:omg:

                        A 1 Reply Last reply
                        0
                        • R Roger Wright

                          Geez! Talk about feature creep!!!:omg:

                          A Offline
                          A Offline
                          Anna Jayne Metcalfe
                          wrote on last edited by
                          #13

                          Roger Wright wrote: Geez! Talk about feature creep!!! I try not to. He has a habit of popping up at the most inconvenient times. :wtf: Andy Metcalfe - Sonardyne International Ltd

                          Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++
                          "I would be careful in separating your wierdness, a good quirky weirdness, from the disturbed wierdness of people who take pleasure from PVC sheep with fruit repositories." - Paul Watson

                          1 Reply Last reply
                          0
                          • E Ernest Laurentin

                            I have a cool hack for deleting temporary VC++ files on your computer: I created a simple .reg files and merge (or import from RegEdit), now you can just right-click and delete them all. Enjoy! BTW, do we have a tips section? (not programming, just general tips section) --

                            REGEDIT4

                            [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files]

                            [HKEY_CLASSES_ROOT\Folder\shell\Delete Temp VC++ files\command]
                            @="\"cmd.exe\" \"/c del /s *.obj,*.res;*.pch;*.pdb;*.tlb;*.idb;*.ilk;*.opt;*ncb;*.sbr;*.sup;*.bsc\""

                            --

                            ÿVOTD: 8 "For it is by grace you have been saved, through faith--and this not from yourselves, it is the gift of God- 9 not by works, so that no one can boast." - Eph 2:8-9

                            J Offline
                            J Offline
                            Joao Vaz
                            wrote on last edited by
                            #14

                            Thanks :-) Cheers, Joao Vaz A Programming Language is a tool that has profound influence on our thinking habits -The late giant Edsger Dijkstra 1930 - 2002 And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary. -

                            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