TechScribe : Unveiling the Latest Tech Wonders
Labels
Articles
Batch Programming
Offline Website
Saturday, June 27, 2020
CREATE A BATCH PROGRAM THAT CREATE INFINITE FOLDER WITH RANDOM NAME
1.Open notepad
2.Then type the following code in it
@echo off
:x
md %random%
goto x
3.S
a
ve it as .bat extension.
4.Run it
(Note: It is recommended to run in a virtual machine system)
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment