I have made a variable where the user enters a name and saves it in that variable:
@echo off
echo Introduce el CID de tu RIF:
set /p cid=
PAUSE>Nul
Now what I need is that what the user enters in that variable is written in a .js file
I have made a variable where the user enters a name and saves it in that variable:
@echo off
echo Introduce el CID de tu RIF:
set /p cid=
PAUSE>Nul
Now what I need is that what the user enters in that variable is written in a .js file