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

Author Topic: Scripts strange behaviour  (Read 5920 times)

0 Members and 1 Guest are viewing this topic.

Blisk

    Topic Starter


    Intermediate

    Thanked: 1
    • Experience: Familiar
    • OS: Windows 7
    Scripts strange behaviour
    « on: March 11, 2019, 12:04:26 PM »
    I don't know what happend with these scripts.
    On one computer it works ok on another I get this temporarry files on C:disk which are in real scripts with some hash name.
    Some show on and some doesn't.
    what can cause this on some computers and on others not and all are on the same settings.

    Salmon Trout

    • Guest
    Re: Scripts strange behaviour
    « Reply #1 on: March 11, 2019, 02:00:39 PM »
    What does 'these scripts' mean?

    Blisk

      Topic Starter


      Intermediate

      Thanked: 1
      • Experience: Familiar
      • OS: Windows 7
      Re: Scripts strange behaviour
      « Reply #2 on: March 12, 2019, 09:51:13 AM »
      batch, which is runned by task scheduler

      Salmon Trout

      • Guest
      Re: Scripts strange behaviour
      « Reply #3 on: March 12, 2019, 12:18:15 PM »
      1. Think what you were doing at 18.45 on 11th March.
      2. Open one of the .bat files in Notepad and inspect the contents.
      3. Consider if you have a virus.

      Please answer ALL of these questions.

      Blisk

        Topic Starter


        Intermediate

        Thanked: 1
        • Experience: Familiar
        • OS: Windows 7
        Re: Scripts strange behaviour
        « Reply #4 on: March 12, 2019, 12:22:05 PM »
        1. Think what you were doing at 18.45 on 11th March.
        2. Open one of the .bat files in Notepad and inspect the contents.
        3. Consider if you have a virus.

        at that time script is runned by task scheduler.
        I have alredy checked viruses but there is none of it

        Salmon Trout

        • Guest
        Re: Scripts strange behaviour
        « Reply #5 on: March 12, 2019, 12:27:22 PM »
        Did you do the Notepad thing?

        Blisk

          Topic Starter


          Intermediate

          Thanked: 1
          • Experience: Familiar
          • OS: Windows 7
          Re: Scripts strange behaviour
          « Reply #6 on: March 12, 2019, 12:30:49 PM »
          Did you do the Notepad thing?

          yes, two times.
          funny thing is on win 10 that is not happening but on win 7 on some PCs.

          Salmon Trout

          • Guest
          Re: Scripts strange behaviour
          « Reply #7 on: March 12, 2019, 12:38:52 PM »
          What did you see in Notepad??????????????

          patio

          • Moderator


          • Genius
          • Maud' Dib
          • Thanked: 1769
            • Yes
          • Experience: Beginner
          • OS: Windows 7
          Re: Scripts strange behaviour
          « Reply #8 on: March 12, 2019, 12:51:42 PM »
          + + + 1...
          " Anyone who goes to a psychiatrist should have his head examined. "

          Salmon Trout

          • Guest
          Re: Scripts strange behaviour
          « Reply #9 on: March 12, 2019, 12:54:22 PM »

          patio

          • Moderator


          • Genius
          • Maud' Dib
          • Thanked: 1769
            • Yes
          • Experience: Beginner
          • OS: Windows 7
          Re: Scripts strange behaviour
          « Reply #10 on: March 12, 2019, 01:12:30 PM »
          He needs to help us help him.....with more info.
          Hopefully that'll happen...maybe not.
          " Anyone who goes to a psychiatrist should have his head examined. "

          Salmon Trout

          • Guest
          Re: Scripts strange behaviour
          « Reply #11 on: March 12, 2019, 01:32:32 PM »
          Surprise batch file in root of C:\ ... first thing to do: find out what it does.

          Blisk

            Topic Starter


            Intermediate

            Thanked: 1
            • Experience: Familiar
            • OS: Windows 7
            Re: Scripts strange behaviour
            « Reply #12 on: March 12, 2019, 01:36:37 PM »
            Surprise batch file in root of C:\ ... first thing to do: find out what it does.

            Yes I checked that.
            It is not one batch but all of them.
            batch like copy files, check archive, check installed software, etc.
            all of them on some windows 7 PC write directly on C: when batch is started than when batch finish it is gone, but not for all.
            this is one of it

            Code: [Select]
            for /f "delims=" %%d in ('dir /s /b /ad %1 ^| sort /r') do rd "%%d" 2>nul

            Salmon Trout

            • Guest
            Re: Scripts strange behaviour
            « Reply #13 on: March 12, 2019, 01:40:28 PM »
            I still don't understand. Can you make a bigger effort with your English? Are you saying you made these scripts yourself?


            Blisk

              Topic Starter


              Intermediate

              Thanked: 1
              • Experience: Familiar
              • OS: Windows 7
              Re: Scripts strange behaviour
              « Reply #14 on: March 12, 2019, 01:47:35 PM »
              I still don't understand. Can you make a bigger effort with your English? Are you saying you made these scripts yourself?

              yes or copy it from internet, I basically know what they do and it was tested.
              problem is I latelly notice they write somekind of temporarry files on C:
              question is why? probably some settings in windows?
              it is strange for me as it is for you, because basically all should start in c:\windows\system32