ca sent la gestion des differentes versions de Q3 ca ... ;)
JWhy
. correspond au repertoire courant
.. correspond au repertoire parent
Code :
C:\Downloads\test>move c:\downloads\test1.txt .
C:\Downloads\test>move ..\test2.txt .
C:\Downloads\test>dir
Volume in drive C has no label.
Volume Serial Number is xxxx-xxxx
Directory of C:\Downloads\test
11/03/2001 12:18 PM <DIR> .
11/03/2001 12:18 PM <DIR> ..
11/03/2001 12:18 PM 0 test1.txt
11/03/2001 12:18 PM 0 test2.txt
2 File(s) 0 bytes
c'est ce que tu voulais ?
edit: bon... ok ;)
[edtdd]--Message édité par JWhy--[/edtdd]
canard-wc
j'ai trouver c bon !
canard-wc
voila
je suis dans un repertoire precis mais qui pourra varier suivant les utilisateurs
je veux bouger un fichier d'un repertoire de niveau superieur vers ce repertoire comment faire sachant que celui ci peut changer ?
j'ai tenter move /127/nom.exe / mais ca le ramene a la racine
merci d'avance :)