How can I create a .bat file through a .bat file?

-4

How can I create a .bat file through a .bat file? Or any file?

I'm creating a type of game and it has to create a folder and inside that folder must have a .bat file or any file, it just can not be .txt.

    
asked by anonymous 19.01.2017 / 01:57

1 answer

2
echo qualquercoisa > qualquerarquivo.bat
    
19.01.2017 / 02:00