A voir également:
- HTML copier liens à partir fichier texte
- Fichier bin - Guide
- Fichier epub - Guide
- Fichier rar - Guide
- Comment réduire la taille d'un fichier - Guide
- Fichier .dat - Guide
1 réponse
hello
avec un .bat en DOS
avec un .bat en DOS
C:> type f1.txt http://img1.................jpg http://img2.................jpg http://img3.................jpg C:> C:> aa > f2.txt C:> type f2.txt <option value="http://img1.................jpg"> <option value="http://img2.................jpg"> <option value="http://img3.................jpg"> C:> C:> type aa.bat @ echo off for /f "delims=" %%a in ('type f1.txt') do echo ^<option value="%%a"^>