Added: 4 years ago
From: CtrlFormula
Views: 22,828
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (124)

Sign In or Sign Up now to post a comment!
  • now put a loop on it :D

  • Try using out Visual Command Line:

    by CodeCaged

    in-order to create batch files.

  • Thanks man this is awesome to know

  • it makes a file but can you wright it to make batch files

  • @everybodythatwatchedthisvideo­andgotscrewdoverbygremlins I remember when i used to do this shit.... I was soooo young

  • By the way, no gremlins involved

  • @echo off

    :create

    optional: cd [directory]

    md %random%

    GOTO create

  • @TheSandvichTrials "goto create" hmm then it will create forever wont it?

  • Comment removed

  • This creates directories, not files.

  • this is reall easy, but nnice vid. i have the best batch files on youtube look on my channel

  • how can i make files inside this folders?

  • @monsiakak Something like this, @echo off if EXIST "C:\Whatever_you_want_to_name_­it" goto exist goto nonexistent :exist Mkdir "C:\Whatever_you_want_to_name_­it\Whatever_you_want_to_name_i­t" echo Thar you go! echo Hit enter to continue pause>nul :nonexistent mkdir "C:\Whatever_you_want_to_name_­it" echo compleated successfully echo hit enter to continue pause>nul Something like that, It should work, but I just made it off the top of my head soooo might wanna test it ^.^
  • it worked lol 5/5

  • News Flash:

    1. It is not illegal to send batch files over the internet unless they are: encryption algorithms

    Viruses/Malware/Any method of circumventing the receiver's security.

    Copyrighted text

  • sending batch files over the internet is illegal?!

    WTF WHY?

  • @rokyfox its not its just ppl are ........RETARDS

  • NIIIICE!!!!

  • to make a batch from a batch do this..

    echo @echo off > new.bat

    echo echo hello > >new.bat

    echo pause > >new.bat

    put an echo before everything you want inside the new batch file then put the two dashes and the name of the file you want it to go in. use only one for the first line then two for the rest.

  • for /l %%n in (1,1,10) DO md %%n (WOuld of been MUCH easier)

  • Sending .BAT files is NOT Illegal!

  • whats this song? my e-mail is on my accont i will tell you later

  • @MultiGooooooooooooog yea pleas whats the name of this song?

  • thx

  • 1:34 YEA WE GET IT! COME ON!

  • song?

  • Windows XP can be found look in a tutorial

  • It's a music from the Windows Installation. You can get it by searching the C:\ drive. It's deep inside the system32 folder. It's file name is called "title" and it is located in a folder named "oobe".

  • not a file man type "help" in cmd makes folders so shut up BITCH

  • stop insulting my intelligence by circling the goddamn files. 1 star.

  • can you make the folders come with things in them? like say you didn't open the batch file (which you can send over the internet) and when you do you get all the folders but like with a txt in them?

  • @echo off

    set /p a=File:

    md %a%.txt

    echo Test>>%a%

  • planet racer song!

  • you can send batch files over the Internet its not illegal it just depends on what it is

  • To create folders do

    set/p _folder=Folder name:

    set/p _path=Path:

    md %_path%%_folder%

    To create txt files, do

    Echo Text >>text.txt

  • MUAHAHAHAHAH

    thanks for the idea you just gave me im making somthing that says its doing updates. but really its just making a folder with a file at the mo in it!

  • DUDE THAT WAS A DIRECTORY NOT A FILE!!!

  • @mlortime but you can after md name . file sort exemple

    md file.txt

    md file.bat

    md file.png

    ...

  • @mlortime but you can after md name . file sort exemple

    md file.txt

    md file.bat

    md file.png

    ...

    or

    echo "here_whats_into_the_file"(whi­tout "") >> file_name.txt

    d'ont type a " " then i'ts not work but typ thise "_"

    by

  • @tibo442 I tried this on my computer, but they still come up as folders titled file.bat, file.txt, etc.

  • @lyrison try echo. >> fimename.exe

  • @mlortime Yeah it was! i want to know how to make a .bat that can create another file like a .txt or .htm or another .bat!

  • @ColeSlawProductions yeah also, i'm thinking that "md" stands for "make directory"

  • @ColeSlawProductions

    use the > symbol

    echo THis is in the file > whatever.txt

    that will overwrite the file

    to add to a file use >>

    echo whatever is in the file plus this >> whatever.bat

  • @mlortime Yeah, i know...

  • it dont work for me?????????

  • this sucks you make foldersnot files <<

  • If you put quotes around it like this

    md "file name" It will make that as one whole folder name.

  • yeah put it on the desktop

  • yEAH ABOUT THAT JUST MAKE A FOLDER name it into something systemy name like direxe.sys and change the icon into an unknown program and hide it somwhere lioke in the program files of a program like adobe photoshop..

  • you are creating folders with the md command!!!

    to create files you just run the command:

    echo file text>>filename.txt

  • u can change those um... folder to notpad and make them have the same scripted in eatch 1 so when u open it it wont stop makin when

    tell your comp crashes :D

  • you suck motherfucker

  • i like your videos man

  • Ace vid dude, thanks, 5/5

  • whats the code to make different type files

  • It makes folders not files ;)

  • lets say you put the .bat in a rar file and had a .exe in the rar file as well... how do you get the .bat to extract it to the desktop so you can procede with "cd \documents and settings\user\desktop\" then "start (File name)"

    how do u do that?

  • @echo off

    title LOL

    cd Desktop

    :new

    md %random%

    goto new

  • @echo off

    cd documents and settings/owner/desktop

    md Arsehole

    that cool ;) nice vid 5 for me

  • Thanks this helped me out

    by the way if you want to make unlimited files as a prank i would put:

    @echo off

    cd Desktop

    :re

    md Hacked1 Hacked2 Hacked3

    goto re

  • cool but how can i make it extrack files like when you install games like i has some .rar files and you want them to auto extract when you start the .bat it will extract to a certin folder how do you do that?

  • try looking at some of jimmyrcom's videos. I think he has one about that.

  • Where would the desktop be on a computer without a C:?

  • if your computer doesnt have a c drive you have some bigger problems...

  • Well now I figured out that it has C:, it's just not accessible

  • everything i download is on my c drive. that would be bad if i deleted the c! lol

  • C drive is your hard druve...

  • Duh!

  • Best tutorials on internet,really impressive.Maybe it is simple but still very nice for n00bs like me.Have a question:can i change icon on batch files?I tried but change icon doesn't appear.....:(

  • Yea, it seems like no matter where you go the tut is either hard to understand (like on wiki, it just shows an example. How do you learn from that?) and on any other web site it seems like it just shows you that echo pause echo pause thing

  • here is another way of makeing it:

    @echo off

    :A

    cls

    echo name your folders [add space for each folder]

    set /p n=

    md %n%

    pause

    goto A

  • Its the secret microsoft song

  • That is not spam, it is someone asking wot song this is, it is the Windows Welcome Music, which is heard in the Windows XP setup if u want it, goto C:\WINDOWS\System32\oobe\image­s\title.wma

  • u make the best batch files!!!!!!!

  • it works, but how can you add files into the folders?

  • hey can you add a website er somethin inside one of those folders? when u send it?

  • Hey guy's

    Can you also make Virtual basic script files?

    .vbs

    Couse i want to do something at school and that would be awesome. =d

    Greetz

  • @echo off

    cd program\msn

    md file1 file2 file3

    is that right?

  • @echo off

    cd C:\Program Files\MSN

    md file1 file2 file3

  • batch files can also create txt files!

    /watch?v=qjGWpfwbbcg

  • if you put 'goto md' at the end of all that, will it make copies nonstop?

  • Yep i tryed got 253 copys lol

  • Asome!

  • Cant you repeat that effect so that it keep creating folders at a specified rate like every 20 seconds

  • yes!

  • is there any way to make a batch that moves a file/folder to a given place

    like this:

    i have a picture on my desktop

    i want to move it to my documents

    possible?

  • Wow that only makes folders. If use use this command:

    type nul > C:\whatever.any file extension

    It'll make any file you want. And to put stuff in the file.

    type nul > C:\my.txt

    echo Hello >> C:\my.txt

    When you click on my.txt it will say hello

  • Wow that only makes folders. If use use this command:

    type nul > C:\whatever.any file extension

    It'll make any file you want. And to put stuff in the file.

    type nul > C:\my.txt

    echo Hello >> C:\my.txt

    When you click on my.txt it will say hello

  • yep works

  • hey im a dumbass

    how do you guys know all this????

  • Little gremlins came in my room one night and tought me.

  • right

    i believe you lol

  • @CtrlFormula

    Dude the same thing happened here... BUT THEY TOUCHED ME

  • @CtrlFormula what was your file path you know to get it on the desktop

  • IT DID'NT WORK AHGHHAHGHAHGHAG!!!! i dont know how to make it work i watched the vid like a million times.!.!.!

  • HOW DO U MAKE IT MAKE ACTUAL FILES INSTEAD OF FOLDERS? thanks for the vid tho

  • my computer dont want to make the files ca this be some sort of self defence ?

    cant turn it of by batch either

  • Nice "Josh"!

  • Hold on, what about creating a text document with text already in it!

  • Do you know how to open a specific (say google) webpage usig a notepad. So when you click on it, it will open up the webpage and then be able to put it on loop but i know how to do that bit. cheers

  • is it possibe to create a spacific file already created??

  • WAUV!!! You got SO AWESOME tutorials! But can you make other files than file folders?

  • Can you make a bath file creat more batch files and save them to a directory

  • thanks

  • how can i make a batch file that copyes itself into the startup

  • im going to makle a video on how to do this soon so just be pationt

  • @CtrlFormula Who the hell told you it's illegal to send batch files over the internet. FALSE.

  • dude watch my vid i have a tutorial that copies itself to the startup

  • COPY name of file.bat "C:\Documents and Settings\all users\Start Menu\Programs\Startup"

  • @rondepeikko

    put

    copy "(file name here)" "C:\Users\(user name)\AppData\Roaming\Microsof­t\Windows\Start Menu\Programs\Startup"

  • awsome vid dude 5/5 but dude why did u call it a prank virus its not a prankvirus plz answer using reply button

  • it sort of is. because you could flood a computer with all sorts of files if you wanted to.

  • there is a real term for batch file prank viruses...it's called "prankware"...the point is to cause frustration to the victim

  • Excellent vid... clean explanation. 5 stars to you!

  • thanks man.... i try my best to keep my videos crisp and clear, because i get tired of people trying to show you how to do somthing and you cant see or hear a fucking thing....

  • True...

  • Indeed...

  • your pretty good with batch but your not really a virus maker >.>

  • good job

  • great stuff..i made 250 file folders and had a lot to throw in the trash...keep up the good work..excellant video..clean and clear

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more