(adsbygoogle = window.adsbygoogle || []).push({});
sorry for the confusing tittle
i want to know what the code is for saving a file from a .cmd file
this is what i want to save
@echo off
:notepad
start notepad.exe
goto notepad
the problem is i only know the command for a single line
echo example>"text.txt:"
can anyone help please
this is my thing if anyone is interested
You must login or register to view this content.
thanks in advance