Recent content by BurningSuperDef


  1. How to delete random file using batch

    By the way I tried to remove -WhatIf and I got the same result. But I have to go to bed though. See you tommorow!
  2. How to delete random file using batch

    Hey, garlin I tried your script and it outputs this: (Windows 7 VM)
  3. How to delete random file using batch

    So randomfiles.ps1 I just downloaded. Thats the script, right?
  4. How to delete random file using batch

    oh, well I also have a windows 7 vm i can use this on if i can edit the script a little bit. is there a way to do it from windows 7 vm?
  5. How to delete random file using batch

    I have been looking all over the internet for an answer but I could not find one so I went here :)
  6. How to delete random file using batch

    Hello. I'm wondering how I could create a batch virus script that deletes a random file from the entire Virtual Machine I am using (Windows 98 SE VM) because I am just trying to do this for my virus script but I don't know how. Heres the script right now...
  7. Solved batch

    Thanks, Scott! This will make my life easier on coding. Best Regards, Lee
  8. Solved Help on batch Windows 98 SE Virus

    Hey Denis, its because its a malware trash thing I wrote for windows 98 that I intended to be damaging.
  9. Solved batch

    Hello, I'm working on a batch script that does some payloads and I'm going to test it on my Windows 98 VM. I want to figure out for one of the payloads how to duplicate md so I can create something like this: md c:\windows\desktop\Constant_000 md c:\windows\desktop\Constant_001 md...
  10. Solved Help on batch Windows 98 SE Virus

    Hello. Im new here but im running Windows 11 21H1. Im trying to create a batch file and I want to figure how to create alot of folders at the same time but have a different number at the end automatically. Heres the code: @echo off :a md C:\Windows\WELCOME-TO-VIRUS-DOT-COM goto a edit: Im...
Back
Top Bottom