Vorrei sapere se fosse possibile convertire in un linguaggio compatibile con altervista (ad esempio javascript) queste istruzioni scritte in batch
Codice:if exist FILE*.txt del FILE*.txt ; wget -O FILE2.txt PATH FILE ; type FILE2.txt | findstr /v @ >>"FILE.txt" ; del FILE2.txt ; for /f "tokens=1" %%a in (FILE.txt) do set MYFILE=%%a ; del FILE.txt ;