Help ! Find and remover !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • minimaxG
    New Member
    • Dec 2007
    • 2

    Help ! Find and remover !

    + I has some trouble with many *.tmp in my_computer :mad:
    + I want to find and remover it (ALL)
    + I can't del them by del temp folder ,May be by [VIRUS]
    + I want write a (Eg: Re_virus.exe) file that can del all them in all my hardisk

    >>Some body Help me ! Please ! For my beginer ! I'm a newbie .....
    ! thank a lot to you ! by your reading .........:whoop s:
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to use filesystemobjec t to find out alll the .tmp files and delete them in a loop. You have to use microsoft scripting runtime for the same.

    Comment

    • minimaxG
      New Member
      • Dec 2007
      • 2

      #3
      Because I'm a Begineer that could you explan or example directly For me to see ....! please ! hihi ! sorry for my stupid and my lazy ! hihi
      Please !
      the mater that I don't know the syntax [code] to use this Control
      Can you post example from your code?

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

        Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

        Then when you are ready post a new question in this thread.

        MODERATOR

        Comment

        • lotus18
          Contributor
          • Nov 2007
          • 865

          #5
          Originally posted by minimaxG
          + I has some trouble with many *.tmp in my_computer :mad:
          + I want to find and remover it (ALL)
          + I can't del them by del temp folder ,May be by [VIRUS]
          + I want write a (Eg: Re_virus.exe) file that can del all them in all my hardisk

          >>Some body Help me ! Please ! For my beginer ! I'm a newbie .....
          ! thank a lot to you ! by your reading .........:whoop s:
          Hi

          Maybe you can try this. This is just a simple batch file program. : )

          Rey Sean

          Comment

          Working...