5 lines
82 B
Batchfile
5 lines
82 B
Batchfile
|
|
@echo off
|
||
|
|
|
||
|
|
@echo>"C:\Users\%username%\Desktop\blank.txt
|
||
|
|
|
||
|
|
@echo test> blank.txt
|