Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: hide permanently???  (Read 9640 times)

0 Members and 1 Guest are viewing this topic.

night-rider

    Topic Starter


    Beginner

    hide permanently???
    « on: May 13, 2010, 03:13:15 AM »
    nice time to all!!!

    what's the code if i want to hide my file without editing the properties of it?

    thankz!

    Helpmeh



      Guru

    • Roar.
    • Thanked: 123
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 8
    Re: hide permanently???
    « Reply #1 on: May 13, 2010, 07:06:14 AM »
    In which language?

    In batch, look at ATTRIB /?
    Where's MagicSpeed?
    Quote from: 'matt'
    He's playing a game called IRL. Great graphics, *censored* gameplay.

    night-rider

      Topic Starter


      Beginner

      Re: hide permanently???
      « Reply #2 on: May 14, 2010, 07:50:49 PM »
      can you please elaborate it sir?  ???
      attrib / ...is that the only code for that?

      what if I have a .xls file and I want to hide it permanently?

      Salmon Trout

      • Guest
      Re: hide permanently???
      « Reply #3 on: May 15, 2010, 03:00:23 AM »
      Open a command window, type this at the prompt

      attrib /?

      now read the help.

      night-rider

        Topic Starter


        Beginner

        Re: hide permanently???
        « Reply #4 on: May 15, 2010, 03:27:27 AM »
        it hides the file but can also be unhide using the properties of the file.
        PERMANENTLY hide???

        ATTRIB +H C:\1\TEST.DOC

        is there something wrong or that's it?

        Salmon Trout

        • Guest
        Re: hide permanently???
        « Reply #5 on: May 15, 2010, 03:30:02 AM »
        why do you want to do this?

        night-rider

          Topic Starter


          Beginner

          Re: hide permanently???
          « Reply #6 on: May 15, 2010, 03:36:57 AM »
          to add security to my programs. because when i discover that .fxp file can be decompiled I began to panic. I'm willing to share my programs to other towns in our province if there is express permission to me.

          Salmon Trout

          • Guest
          Re: hide permanently???
          « Reply #7 on: May 15, 2010, 03:50:37 AM »
          I would never install software such as yours. On my computer, I like to see ALL the files. Just think. Permanently hiding a file would be great for writers of spyware and viruses. What is so great about your program anyway?

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: hide permanently???
          « Reply #8 on: May 15, 2010, 09:24:42 AM »
          because when i discover that .fxp file can be decompiled I began to panic.


          Why would you panic exactly? And what would hiding the file "permanently" do? hiding a file isn't protecting the file, besides, if somebody wants to decompile your program and has a decompiler (and for some reason thinks it's worth doing rather then trying to make it themselves) they probably know how to unhide files, even if there was a "super secret permanently hidden" attribute; which is true, since you can also set the system attribute. This is really just an arms race; MS adds a feature to explorer to show hidden files, enabling that option still doesn't show files that are hidden and system, but setting another option makes those visible as well. you're essentially proposing an attribute that can only be assigned to files, can never ever be revoked, and can never be seen. That's just plain silly!



          I was trying to dereference Null Pointers before it was cool.

          night-rider

            Topic Starter


            Beginner

            Re: hide permanently???
            « Reply #9 on: May 16, 2010, 08:08:50 PM »
            I hide 1 of my program and...
            when I try to modify the program of a hidden file... it access denied! so I thought that this may add security to it.
             a days before I encountered some viruses that the hidden attribute cannot be unhide... the checkbox is like something disabled.
             so I thought that maybe I can apply to my .fxp file.

            night-rider

              Topic Starter


              Beginner

              Re: hide permanently???
              « Reply #10 on: May 16, 2010, 08:17:27 PM »
              I would never install software such as yours.

              the system that I'm trying to protect is the one that we use here in our municipality. it's a computerized official receipt. I'm just trying to place some confusing tricks to protect my program... this system is really a big help to us. transantions are faster and accurate computation of output.

              maybe your thinking that I'm doing something wrong!

              Quantos



                Guru
              • Veni, Vidi, Vici
              • Thanked: 170
                • Yes
                • Yes
              • Computer: Specs
              • Experience: Guru
              • OS: Linux variant
              Re: hide permanently???
              « Reply #11 on: May 16, 2010, 08:24:38 PM »
              maybe your thinking that I'm doing something wrong!

              Your posts are a little bit vague, in our experience people who are vague are hiding something.
              Evil is an exact science.

              night-rider

                Topic Starter


                Beginner

                Re: hide permanently???
                « Reply #12 on: May 16, 2010, 08:26:18 PM »
                I also encountered a virus that hide/delete my folder option that's why maybe I can apply that too in my computer. so I think that if a file is hidden and the folder option is not accessible. then my program maybe safe for a while.

                night-rider

                  Topic Starter


                  Beginner

                  Re: hide permanently???
                  « Reply #13 on: May 16, 2010, 08:30:48 PM »
                  ooops! :o

                  Salmon Trout

                  • Guest
                  Re: hide permanently???
                  « Reply #14 on: May 17, 2010, 12:01:55 AM »
                  You need to understand, and use, Windows security settings.

                  night-rider

                    Topic Starter


                    Beginner

                    Re: hide permanently???
                    « Reply #15 on: May 17, 2010, 01:28:31 AM »
                    OK! thank you to all of you for your time!!!

                    Sid



                      Apprentice
                    • Thanked: 8
                      • Experience: Experienced
                      • OS: Windows XP
                      Re: hide permanently???
                      « Reply #16 on: May 18, 2010, 09:44:55 AM »
                      I'm just trying to place some confusing tricks to protect my program

                      Why not learn how to complie it to a format that can't be decompiled then, and stop messing around with silly solutions that can, and will, be reversed easily?


                      night-rider

                        Topic Starter


                        Beginner

                        Re: hide permanently???
                        « Reply #17 on: May 19, 2010, 03:48:42 AM »
                        I'm not that too good sir! actually I only started programming foxpro last year and a months ago for batch. I really had fun with foxpro and batch that's why I want to concentrate on it.
                        Not only that! Almost all of  the municipalities here in our province are using it. so I decided to improve my knowledge on it.

                        Sid



                          Apprentice
                        • Thanked: 8
                          • Experience: Experienced
                          • OS: Windows XP
                          Re: hide permanently???
                          « Reply #18 on: May 19, 2010, 04:02:44 AM »
                          I'm not that too good sir! actually I only started programming foxpro last year and a months ago for batch. I really had fun with foxpro and batch that's why I want to concentrate on it.
                          Not only that! Almost all of  the municipalities here in our province are using it. so I decided to improve my knowledge on it.

                          EDITED.

                          I don't know anything about FoxPro, but heres something about compiling Visual FoxPro:

                          http://msdn.microsoft.com/en-us/library/6tadzctt(VS.80).aspx

                          Also, what kind of application is it (ie web based)?

                          night-rider

                            Topic Starter


                            Beginner

                            Re: hide permanently???
                            « Reply #19 on: May 21, 2010, 11:19:42 PM »
                            thanks for the suggestion! but I'm using foxpro dos^^