<NOTEPAD++> remplacer URL
Rom1_69
-
Rom1_69 -
Rom1_69 -
Bonjour,
Sous Notepad++
J'ai 500 lignes de la manière ci-dessous
\\Serveur1\CAISSES\LYO\EXPORT\MAGASIN\
Et je voudrai 500 lignes en :
\\Serveur2\CAISSES\EXPORT\LYO\MAGASIN\
comment faire par la fonction "remplacer"
Merci à vous
Sous Notepad++
J'ai 500 lignes de la manière ci-dessous
\\Serveur1\CAISSES\LYO\EXPORT\MAGASIN\
Et je voudrai 500 lignes en :
\\Serveur2\CAISSES\EXPORT\LYO\MAGASIN\
comment faire par la fonction "remplacer"
Merci à vous
2 réponses
-
Bonjour,
Tu cliques au début de la première ligne de ton texte puis édition==>Remplacer...==>tu as ceci :
Tu cliques sur suivant==>remplacer tout.
-
Autant pour moi.
il y a une variable sur les 500 lignes
\\Serveur1\CAISSES\AAA\EXPORT\MAGASIN\
\\Serveur1\CAISSES\BBB\EXPORT\MAGASIN\
\\Serveur1\CAISSES\CCC\EXPORT\MAGASIN\
\\Serveur1\CAISSES\ZZZ\EXPORT\MAGASIN\
\\Serveur1\CAISSES\AAB\EXPORT\MAGASIN\
......
en
\\Serveur2\CAISSES\EXPORT\AAA\MAGASIN\
\\Serveur2\CAISSES\EXPORT\BBB\MAGASIN\
\\Serveur2\CAISSES\EXPORT\CCC\MAGASIN\
\\Serveur2\CAISSES\EXPORT\ZZZ\MAGASIN\
\\Serveur2\CAISSES\EXPORT\ABA\MAGASIN\
.......