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...
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...
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...