Batch pb de boucle

Fermé
FRED92G Messages postés 290 Date d'inscription jeudi 24 mai 2012 Statut Membre Dernière intervention 20 août 2022 - 11 mai 2013 à 22:42
FRED92G Messages postés 290 Date d'inscription jeudi 24 mai 2012 Statut Membre Dernière intervention 20 août 2022 - 14 mai 2013 à 09:30
Bonjour,



voila mon pb le but de ma boucle et de supprimer le fichier timer qui se trouve dans des multiple dossier les chemin se trouve dans le txt mes malheureusement j arrive pas a faire fonctionner la chose

FOR /f "tokens=* delims= " %%a in ("PELICANUPGRADEETLANCEROBOT.txt") do (del timerV9.ini /F /Q %%a)



le txt

C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061\
C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061A\
C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061B\
C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061D\
C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061F\
C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061J\
C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061JOR\
C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061O\
C:\Users\fredport2\Desktop\a\COMPTE\PELICAN\CoolIRobotV061S\


merci de votre aide

4 réponses

dubcek Messages postés 18755 Date d'inscription lundi 15 janvier 2007 Statut Contributeur Dernière intervention 14 novembre 2024 5 621
12 mai 2013 à 08:59
hello
essayer ça
FOR /f "delims=" %%a in (PELICANUPGRADEETLANCEROBOT.txt) do (del /F /Q "%%atimerV9.ini" )
0
FRED92G Messages postés 290 Date d'inscription jeudi 24 mai 2012 Statut Membre Dernière intervention 20 août 2022 4
12 mai 2013 à 10:28
NIQUEL SA FONCTIONNE
0
FRED92G Messages postés 290 Date d'inscription jeudi 24 mai 2012 Statut Membre Dernière intervention 20 août 2022 4
12 mai 2013 à 10:41
TU SERAI ME DIRE COMMENT FAIRE LA MARCHE A L ENVERT

IL VA DANS LE DOSSIER PAR LE MEME TXT CHERCHE UN FICHIER POUR LE RAPPORTER A LA RACINE QUI EST LE a ET LE METTRE DANS LE DOSSIER LOGIN
0
dubcek Messages postés 18755 Date d'inscription lundi 15 janvier 2007 Statut Contributeur Dernière intervention 14 novembre 2024 5 621
12 mai 2013 à 12:19
FOR /f "delims=" %%a in (PELICANUPGRADEETLANCEROBOT.txt) do (
   copy "%a\fichier"  \
   copy "%%a\fichier" \dossier-login
 )
0
FRED92G Messages postés 290 Date d'inscription jeudi 24 mai 2012 Statut Membre Dernière intervention 20 août 2022 4
12 mai 2013 à 13:29
il crera ausi le dossier le dossier ou il a prie le fichier login ou pas il faut qu il le face
0
dubcek Messages postés 18755 Date d'inscription lundi 15 janvier 2007 Statut Contributeur Dernière intervention 14 novembre 2024 5 621
12 mai 2013 à 14:18
??????
0
FRED92G Messages postés 290 Date d'inscription jeudi 24 mai 2012 Statut Membre Dernière intervention 20 août 2022 4
12 mai 2013 à 14:32
J AI TESTER SA MARCHE PAS SE QUI SE PASSE C EST QUE AU BOUT DU CHEMAIN DU TXT TOUT LE DOSSIER COOL..... SON LES DOSSIER COMPTE OU LE FICHIER Nono-login.XML SE TROUVE LE BUT ET DE RAPATRIER TOUT LES DOSSIER COMPTE ET JUSTE LE FICHIER Nono-login.XML DANS LE DOSSIER %CD%\LOGIN\PELICAN D UN SEULE COUP
0
dubcek Messages postés 18755 Date d'inscription lundi 15 janvier 2007 Statut Contributeur Dernière intervention 14 novembre 2024 5 621
12 mai 2013 à 14:43
c'est pas clair
0
dubcek Messages postés 18755 Date d'inscription lundi 15 janvier 2007 Statut Contributeur Dernière intervention 14 novembre 2024 5 621
13 mai 2013 à 09:10
comme ça ?
FOR /f "delims=" %%a in (PELICANUPGRADEETLANCEROBOT.txt) do ( xcopy /Y/S/E "%%a" \LOGIN\PELICAN )
0
FRED92G Messages postés 290 Date d'inscription jeudi 24 mai 2012 Statut Membre Dernière intervention 20 août 2022 4
13 mai 2013 à 21:53
SA VA PAS ALLEZ IL VA APPORTER TOUT LES COMPTE PLAIN ET PAS JUSTTE LE FICHIER NONO-LOGIN.XML QUI SE TROUVE DEDANS.

LE BUT ET QU IL FACE CECI

COMPTE\NONO-LOGIN.XML
COMPTE2\NONO-LOGIN.XML

DE PLUS CETTE PARTI LA SE TROUVE A LA RACINE
\LOGIN\PELICAN
LA TOI ELLE VA SE CREER SOUS LES COMPTE DE DEPART
0
FRED92G Messages postés 290 Date d'inscription jeudi 24 mai 2012 Statut Membre Dernière intervention 20 août 2022 4
14 mai 2013 à 09:30
je te precente le script qui fait se que je voulais faire mes le pb et qu il me demande le compte a copier j aurai voulu qu il me demande pas mes qu il me copie toute la serie de compte d un coup sinon le reste du script et bon juste le choi des compte m enbete

:MENU8
CLS
COLOR 3F
ECHO.
SETLOCAL ENABLEdelayedExpansion
set c=1
for /f "delims=" %%a In ('DIR /b %CD%\COMPTE\PELICAN\ ') Do (ECHO !c! %%a& set /a c+=1)
ECHO.
set /p dir=quel dossier ?
set c=1
for /f "delims=" %%a In ('DIR /b %CD%\COMPTE\PELICAN\ ') Do (if %dir% EQU !c! set dirCOPIEDOSSIER=%%a
set /a c+=1)
echo %dirCOPIEDOSSIER%
set dirCOPIEDOSSIER="%dirCOPIEDOSSIER%"
XCOPY /I /S %CD%\COMPTE\PELICAN\%dirCOPIEDOSSIER% %CD%\LOGIN\PELICAN\%dirCOPIEDOSSIER% /y>nul
DEL %CD%\LOGIN\PELICAN\%dirCOPIEDOSSIER%\*.* /q
copy %CD%\COMPTE\PELICAN\%dirCOPIEDOSSIER%\nono-login.xml %CD%\LOGIN\PELICAN\%dirCOPIEDOSSIER% /y>nul
0